Class: FedexWebServices::Soap::Rate::HazardousCommodityPackingDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::HazardousCommodityPackingDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13HazardousCommodityPackingDetail
cargoAircraftOnly - SOAP::SOAPBoolean
packingInstructions - SOAP::SOAPString
Instance Attribute Summary collapse
-
#cargoAircraftOnly ⇒ Object
Returns the value of attribute cargoAircraftOnly.
-
#packingInstructions ⇒ Object
Returns the value of attribute packingInstructions.
Instance Method Summary collapse
-
#initialize(cargoAircraftOnly = nil, packingInstructions = nil) ⇒ HazardousCommodityPackingDetail
constructor
A new instance of HazardousCommodityPackingDetail.
Constructor Details
#initialize(cargoAircraftOnly = nil, packingInstructions = nil) ⇒ HazardousCommodityPackingDetail
Returns a new instance of HazardousCommodityPackingDetail.
1481 1482 1483 1484 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1481 def initialize(cargoAircraftOnly = nil, packingInstructions = nil) @cargoAircraftOnly = cargoAircraftOnly @packingInstructions = packingInstructions end |
Instance Attribute Details
#cargoAircraftOnly ⇒ Object
Returns the value of attribute cargoAircraftOnly.
1478 1479 1480 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1478 def cargoAircraftOnly @cargoAircraftOnly end |
#packingInstructions ⇒ Object
Returns the value of attribute packingInstructions.
1479 1480 1481 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1479 def packingInstructions @packingInstructions end |