Class: FedexWebServices::Soap::Ship::ValidatedHazardousCommodityContent
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::ValidatedHazardousCommodityContent
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12ValidatedHazardousCommodityContent
description - FedexWebServices::Soap::Ship::ValidatedHazardousCommodityDescription
quantity - FedexWebServices::Soap::Ship::HazardousCommodityQuantityDetail
- FedexWebServices::Soap::Ship::HazardousCommodityOptionDetail
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.
Instance Method Summary collapse
-
#initialize(description = nil, quantity = nil, options = nil) ⇒ ValidatedHazardousCommodityContent
constructor
A new instance of ValidatedHazardousCommodityContent.
Constructor Details
#initialize(description = nil, quantity = nil, options = nil) ⇒ ValidatedHazardousCommodityContent
Returns a new instance of ValidatedHazardousCommodityContent.
3518 3519 3520 3521 3522 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3518 def initialize(description = nil, quantity = nil, = nil) @description = description @quantity = quantity @options = end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
3514 3515 3516 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3514 def description @description end |
#options ⇒ Object
Returns the value of attribute options.
3516 3517 3518 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3516 def @options end |
#quantity ⇒ Object
Returns the value of attribute quantity.
3515 3516 3517 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3515 def quantity @quantity end |