class FedexWebServices::Soap::Rate::Weight
units - FedexWebServices::Soap::Rate::WeightUnits value - SOAP::SOAPDecimal
Attributes
units[RW]
value[RW]
Public Class Methods
new(units = nil, value = nil)
click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 3073 def initialize(units = nil, value = nil) @units = units @value = value end