Class: FedexWebServices::Soap::Rate::HazardousCommodityPackingDetail

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

Instance Method Summary collapse

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

#cargoAircraftOnlyObject

Returns the value of attribute cargoAircraftOnly.



1478
1479
1480
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1478

def cargoAircraftOnly
  @cargoAircraftOnly
end

#packingInstructionsObject

Returns the value of attribute packingInstructions.



1479
1480
1481
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1479

def packingInstructions
  @packingInstructions
end