Class: FedexWebServices::Soap::Rate::HazardousCommodityPackagingDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::HazardousCommodityPackagingDetail
- 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
-
#count ⇒ Object
Returns the value of attribute count.
-
#units ⇒ Object
Returns the value of attribute units.
Instance Method Summary collapse
-
#initialize(count = nil, units = nil) ⇒ HazardousCommodityPackagingDetail
constructor
A new instance of HazardousCommodityPackagingDetail.
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
#count ⇒ Object
Returns the value of attribute count.
1465 1466 1467 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1465 def count @count end |
#units ⇒ Object
Returns the value of attribute units.
1466 1467 1468 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1466 def units @units end |