Class: FedexWebServices::Soap::Rate::HazardousCommodityPackagingDetail

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

Overview

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

count - SOAP::SOAPNonNegativeInteger
units - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(count = nil, units = nil) ⇒ HazardousCommodityPackagingDetail

Returns a new instance of HazardousCommodityPackagingDetail.



1468
1469
1470
1471
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1468

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

Instance Attribute Details

#countObject

Returns the value of attribute count.



1465
1466
1467
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1465

def count
  @count
end

#unitsObject

Returns the value of attribute units.



1466
1467
1468
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1466

def units
  @units
end