Class: FedexWebServices::Soap::Rate::Volume

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/RateServiceDefinitions.rb

Overview

http://fedex.com/ws/rate/v13Volume

units - FedexWebServices::Soap::Rate::VolumeUnits
value - SOAP::SOAPDecimal

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(units = nil, value = nil) ⇒ Volume

Returns a new instance of Volume.



3060
3061
3062
3063
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 3060

def initialize(units = nil, value = nil)
  @units = units
  @value = value
end

Instance Attribute Details

#unitsObject

Returns the value of attribute units.



3057
3058
3059
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 3057

def units
  @units
end

#valueObject

Returns the value of attribute value.



3058
3059
3060
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 3058

def value
  @value
end