Class: FedexWebServices::Soap::Ship::DangerousGoodsDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12DangerousGoodsDetail

accessibility - FedexWebServices::Soap::Ship::DangerousGoodsAccessibilityType
cargoAircraftOnly - SOAP::SOAPBoolean
options - FedexWebServices::Soap::Ship::HazardousCommodityOptionType
packingOption - FedexWebServices::Soap::Ship::DangerousGoodsPackingOptionType
referenceId - SOAP::SOAPString
containers - FedexWebServices::Soap::Ship::DangerousGoodsContainer
packaging - FedexWebServices::Soap::Ship::HazardousCommodityPackagingDetail
signatory - FedexWebServices::Soap::Ship::DangerousGoodsSignatory
emergencyContactNumber - SOAP::SOAPString
offeror - SOAP::SOAPString
infectiousSubstanceResponsibleContact - FedexWebServices::Soap::Ship::Contact
additionalHandling - SOAP::SOAPString
radioactivityDetail - FedexWebServices::Soap::Ship::RadioactivityDetail

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accessibility = nil, cargoAircraftOnly = nil, options = [], packingOption = nil, referenceId = nil, containers = [], packaging = nil, signatory = nil, emergencyContactNumber = nil, offeror = nil, infectiousSubstanceResponsibleContact = nil, additionalHandling = nil, radioactivityDetail = nil) ⇒ DangerousGoodsDetail

Returns a new instance of DangerousGoodsDetail.



1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1082

def initialize(accessibility = nil, cargoAircraftOnly = nil, options = [], packingOption = nil, referenceId = nil, containers = [], packaging = nil, signatory = nil, emergencyContactNumber = nil, offeror = nil, infectiousSubstanceResponsibleContact = nil, additionalHandling = nil, radioactivityDetail = nil)
  @accessibility = accessibility
  @cargoAircraftOnly = cargoAircraftOnly
  @options = options
  @packingOption = packingOption
  @referenceId = referenceId
  @containers = containers
  @packaging = packaging
  @signatory = signatory
  @emergencyContactNumber = emergencyContactNumber
  @offeror = offeror
  @infectiousSubstanceResponsibleContact = infectiousSubstanceResponsibleContact
  @additionalHandling = additionalHandling
  @radioactivityDetail = radioactivityDetail
end

Instance Attribute Details

#accessibilityObject

Returns the value of attribute accessibility.



1068
1069
1070
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1068

def accessibility
  @accessibility
end

#additionalHandlingObject

Returns the value of attribute additionalHandling.



1079
1080
1081
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1079

def additionalHandling
  @additionalHandling
end

#cargoAircraftOnlyObject

Returns the value of attribute cargoAircraftOnly.



1069
1070
1071
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1069

def cargoAircraftOnly
  @cargoAircraftOnly
end

#containersObject

Returns the value of attribute containers.



1073
1074
1075
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1073

def containers
  @containers
end

#emergencyContactNumberObject

Returns the value of attribute emergencyContactNumber.



1076
1077
1078
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1076

def emergencyContactNumber
  @emergencyContactNumber
end

#infectiousSubstanceResponsibleContactObject

Returns the value of attribute infectiousSubstanceResponsibleContact.



1078
1079
1080
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1078

def infectiousSubstanceResponsibleContact
  @infectiousSubstanceResponsibleContact
end

#offerorObject

Returns the value of attribute offeror.



1077
1078
1079
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1077

def offeror
  @offeror
end

#optionsObject

Returns the value of attribute options.



1070
1071
1072
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1070

def options
  @options
end

#packagingObject

Returns the value of attribute packaging.



1074
1075
1076
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1074

def packaging
  @packaging
end

#packingOptionObject

Returns the value of attribute packingOption.



1071
1072
1073
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1071

def packingOption
  @packingOption
end

#radioactivityDetailObject

Returns the value of attribute radioactivityDetail.



1080
1081
1082
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1080

def radioactivityDetail
  @radioactivityDetail
end

#referenceIdObject

Returns the value of attribute referenceId.



1072
1073
1074
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1072

def referenceId
  @referenceId
end

#signatoryObject

Returns the value of attribute signatory.



1075
1076
1077
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1075

def signatory
  @signatory
end