class FedexWebServices::Soap::Rate::LinearMeasure
{fedex.com/ws/rate/v13}LinearMeasure
value - SOAP::SOAPDecimal units - FedexWebServices::Soap::Rate::LinearUnits
Attributes
units[RW]
value[RW]
Public Class Methods
new(value = nil, units = nil)
click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 1621 def initialize(value = nil, units = nil) @value = value @units = units end