Class: FedexWebServices::Soap::Ship::HazardousCommodityPackagingDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::HazardousCommodityPackagingDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12HazardousCommodityPackagingDetail
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.
1769 1770 1771 1772 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1769 def initialize(count = nil, units = nil) @count = count @units = units end |
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
1766 1767 1768 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1766 def count @count end |
#units ⇒ Object
Returns the value of attribute units.
1767 1768 1769 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1767 def units @units end |