Class: FedexWebServices::Soap::Ship::ValidatedHazardousContainer
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::ValidatedHazardousContainer
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12ValidatedHazardousContainer
qValue - SOAP::SOAPDecimal
hazardousCommodities - FedexWebServices::Soap::Ship::ValidatedHazardousCommodityContent
Instance Attribute Summary collapse
-
#hazardousCommodities ⇒ Object
Returns the value of attribute hazardousCommodities.
-
#qValue ⇒ Object
Returns the value of attribute qValue.
Instance Method Summary collapse
-
#initialize(qValue = nil, hazardousCommodities = []) ⇒ ValidatedHazardousContainer
constructor
A new instance of ValidatedHazardousContainer.
Constructor Details
#initialize(qValue = nil, hazardousCommodities = []) ⇒ ValidatedHazardousContainer
Returns a new instance of ValidatedHazardousContainer.
3578 3579 3580 3581 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3578 def initialize(qValue = nil, hazardousCommodities = []) @qValue = qValue @hazardousCommodities = hazardousCommodities end |
Instance Attribute Details
#hazardousCommodities ⇒ Object
Returns the value of attribute hazardousCommodities.
3576 3577 3578 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3576 def hazardousCommodities @hazardousCommodities end |
#qValue ⇒ Object
Returns the value of attribute qValue.
3575 3576 3577 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3575 def qValue @qValue end |