Class: Shipping::FedExShipService::RatedWeightMethod

Inherits:
String
  • Object
show all
Defined in:
app/services/shipping/fed_ex_ship_service.rb

Overview

href="http://fedex.com/ws/ship/v7%7DRatedWeightMethod">http://fedex.com/ws/ship/v7RatedWeightMethod

Constant Summary collapse

ACTUAL =
RatedWeightMethod.new("ACTUAL")
BALLOON =
RatedWeightMethod.new("BALLOON")
DIM =
RatedWeightMethod.new("DIM")
FREIGHT_MINIMUM =
RatedWeightMethod.new("FREIGHT_MINIMUM")
MIXED =
RatedWeightMethod.new("MIXED")
OVERSIZE =
RatedWeightMethod.new("OVERSIZE")
OVERSIZE_1 =
RatedWeightMethod.new("OVERSIZE_1")
OVERSIZE_2 =
RatedWeightMethod.new("OVERSIZE_2")
OVERSIZE_3 =
RatedWeightMethod.new("OVERSIZE_3")
WEIGHT_BREAK =
RatedWeightMethod.new("WEIGHT_BREAK")