Class: FedexWebServices::Soap::Ship::HazardousCommodityPackingDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#cargoAircraftOnlyObject

Returns the value of attribute cargoAircraftOnly.



1779
1780
1781
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1779

def cargoAircraftOnly
  @cargoAircraftOnly
end

#packingInstructionsObject

Returns the value of attribute packingInstructions.



1780
1781
1782
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1780

def packingInstructions
  @packingInstructions
end