Class: FedexWebServices::Soap::Ship::DangerousGoodsDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::DangerousGoodsDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12DangerousGoodsDetail
accessibility - FedexWebServices::Soap::Ship::DangerousGoodsAccessibilityType
cargoAircraftOnly - SOAP::SOAPBoolean
- 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
-
#accessibility ⇒ Object
Returns the value of attribute accessibility.
-
#additionalHandling ⇒ Object
Returns the value of attribute additionalHandling.
-
#cargoAircraftOnly ⇒ Object
Returns the value of attribute cargoAircraftOnly.
-
#containers ⇒ Object
Returns the value of attribute containers.
-
#emergencyContactNumber ⇒ Object
Returns the value of attribute emergencyContactNumber.
-
#infectiousSubstanceResponsibleContact ⇒ Object
Returns the value of attribute infectiousSubstanceResponsibleContact.
-
#offeror ⇒ Object
Returns the value of attribute offeror.
-
#options ⇒ Object
Returns the value of attribute options.
-
#packaging ⇒ Object
Returns the value of attribute packaging.
-
#packingOption ⇒ Object
Returns the value of attribute packingOption.
-
#radioactivityDetail ⇒ Object
Returns the value of attribute radioactivityDetail.
-
#referenceId ⇒ Object
Returns the value of attribute referenceId.
-
#signatory ⇒ Object
Returns the value of attribute signatory.
Instance Method Summary collapse
-
#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
constructor
A new instance of DangerousGoodsDetail.
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, = [], packingOption = nil, referenceId = nil, containers = [], packaging = nil, signatory = nil, emergencyContactNumber = nil, offeror = nil, infectiousSubstanceResponsibleContact = nil, additionalHandling = nil, radioactivityDetail = nil) @accessibility = accessibility @cargoAircraftOnly = cargoAircraftOnly @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
#accessibility ⇒ Object
Returns the value of attribute accessibility.
1068 1069 1070 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1068 def accessibility @accessibility end |
#additionalHandling ⇒ Object
Returns the value of attribute additionalHandling.
1079 1080 1081 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1079 def additionalHandling @additionalHandling end |
#cargoAircraftOnly ⇒ Object
Returns the value of attribute cargoAircraftOnly.
1069 1070 1071 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1069 def cargoAircraftOnly @cargoAircraftOnly end |
#containers ⇒ Object
Returns the value of attribute containers.
1073 1074 1075 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1073 def containers @containers end |
#emergencyContactNumber ⇒ Object
Returns the value of attribute emergencyContactNumber.
1076 1077 1078 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1076 def emergencyContactNumber @emergencyContactNumber end |
#infectiousSubstanceResponsibleContact ⇒ Object
Returns the value of attribute infectiousSubstanceResponsibleContact.
1078 1079 1080 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1078 def infectiousSubstanceResponsibleContact @infectiousSubstanceResponsibleContact end |
#offeror ⇒ Object
Returns the value of attribute offeror.
1077 1078 1079 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1077 def offeror @offeror end |
#options ⇒ Object
Returns the value of attribute options.
1070 1071 1072 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1070 def @options end |
#packaging ⇒ Object
Returns the value of attribute packaging.
1074 1075 1076 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1074 def packaging @packaging end |
#packingOption ⇒ Object
Returns the value of attribute packingOption.
1071 1072 1073 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1071 def packingOption @packingOption end |
#radioactivityDetail ⇒ Object
Returns the value of attribute radioactivityDetail.
1080 1081 1082 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1080 def radioactivityDetail @radioactivityDetail end |
#referenceId ⇒ Object
Returns the value of attribute referenceId.
1072 1073 1074 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1072 def referenceId @referenceId end |
#signatory ⇒ Object
Returns the value of attribute signatory.
1075 1076 1077 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1075 def signatory @signatory end |