Class: FedexWebServices::Soap::Ship::HazardousCommodityPackingDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::HazardousCommodityPackingDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12HazardousCommodityPackingDetail
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.
1782 1783 1784 1785 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1782 def initialize(cargoAircraftOnly = nil, packingInstructions = nil) @cargoAircraftOnly = cargoAircraftOnly @packingInstructions = packingInstructions end |
Instance Attribute Details
#cargoAircraftOnly ⇒ Object
Returns the value of attribute cargoAircraftOnly.
1779 1780 1781 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1779 def cargoAircraftOnly @cargoAircraftOnly end |
#packingInstructions ⇒ Object
Returns the value of attribute packingInstructions.
1780 1781 1782 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1780 def packingInstructions @packingInstructions end |