Class: FedexWebServices::Soap::Ship::HazardousCommodityContent
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::HazardousCommodityContent
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12HazardousCommodityContent
description - FedexWebServices::Soap::Ship::HazardousCommodityDescription
quantity - FedexWebServices::Soap::Ship::HazardousCommodityQuantityDetail
- FedexWebServices::Soap::Ship::HazardousCommodityOptionDetail
radionuclideDetail - FedexWebServices::Soap::Ship::RadionuclideDetail
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#options ⇒ Object
Returns the value of attribute options.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#radionuclideDetail ⇒ Object
Returns the value of attribute radionuclideDetail.
Instance Method Summary collapse
-
#initialize(description = nil, quantity = nil, options = nil, radionuclideDetail = nil) ⇒ HazardousCommodityContent
constructor
A new instance of HazardousCommodityContent.
Constructor Details
#initialize(description = nil, quantity = nil, options = nil, radionuclideDetail = nil) ⇒ HazardousCommodityContent
Returns a new instance of HazardousCommodityContent.
1695 1696 1697 1698 1699 1700 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1695 def initialize(description = nil, quantity = nil, = nil, radionuclideDetail = nil) @description = description @quantity = quantity @options = @radionuclideDetail = radionuclideDetail end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
1690 1691 1692 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1690 def description @description end |
#options ⇒ Object
Returns the value of attribute options.
1692 1693 1694 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1692 def @options end |
#quantity ⇒ Object
Returns the value of attribute quantity.
1691 1692 1693 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1691 def quantity @quantity end |
#radionuclideDetail ⇒ Object
Returns the value of attribute radionuclideDetail.
1693 1694 1695 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1693 def radionuclideDetail @radionuclideDetail end |