class FedexWebServices::Soap::Rate::HazardousCommodityPackingDetail

{fedex.com/ws/rate/v13}HazardousCommodityPackingDetail

cargoAircraftOnly - SOAP::SOAPBoolean
packingInstructions - SOAP::SOAPString

Attributes

cargoAircraftOnly[RW]
packingInstructions[RW]

Public Class Methods

new(cargoAircraftOnly = nil, packingInstructions = nil) click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 1481
def initialize(cargoAircraftOnly = nil, packingInstructions = nil)
  @cargoAircraftOnly = cargoAircraftOnly
  @packingInstructions = packingInstructions
end