Class: FedexWebServices::Soap::Rate::DangerousGoodsDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::DangerousGoodsDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13DangerousGoodsDetail
accessibility - FedexWebServices::Soap::Rate::DangerousGoodsAccessibilityType
cargoAircraftOnly - SOAP::SOAPBoolean
- FedexWebServices::Soap::Rate::HazardousCommodityOptionType
packingOption - FedexWebServices::Soap::Rate::DangerousGoodsPackingOptionType
referenceId - SOAP::SOAPString
containers - FedexWebServices::Soap::Rate::DangerousGoodsContainer
packaging - FedexWebServices::Soap::Rate::HazardousCommodityPackagingDetail
signatory - FedexWebServices::Soap::Rate::DangerousGoodsSignatory
emergencyContactNumber - SOAP::SOAPString
offeror - SOAP::SOAPString
infectiousSubstanceResponsibleContact - FedexWebServices::Soap::Rate::Contact
additionalHandling - SOAP::SOAPString
radioactivityDetail - FedexWebServices::Soap::Rate::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.
763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 763 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 = @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.
749 750 751 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 749 def accessibility @accessibility end |
#additionalHandling ⇒ Object
Returns the value of attribute additionalHandling.
760 761 762 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 760 def additionalHandling @additionalHandling end |
#cargoAircraftOnly ⇒ Object
Returns the value of attribute cargoAircraftOnly.
750 751 752 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 750 def cargoAircraftOnly @cargoAircraftOnly end |
#containers ⇒ Object
Returns the value of attribute containers.
754 755 756 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 754 def containers @containers end |
#emergencyContactNumber ⇒ Object
Returns the value of attribute emergencyContactNumber.
757 758 759 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 757 def emergencyContactNumber @emergencyContactNumber end |
#infectiousSubstanceResponsibleContact ⇒ Object
Returns the value of attribute infectiousSubstanceResponsibleContact.
759 760 761 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 759 def infectiousSubstanceResponsibleContact @infectiousSubstanceResponsibleContact end |
#offeror ⇒ Object
Returns the value of attribute offeror.
758 759 760 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 758 def offeror @offeror end |
#options ⇒ Object
Returns the value of attribute options.
751 752 753 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 751 def end |
#packaging ⇒ Object
Returns the value of attribute packaging.
755 756 757 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 755 def packaging @packaging end |
#packingOption ⇒ Object
Returns the value of attribute packingOption.
752 753 754 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 752 def packingOption @packingOption end |
#radioactivityDetail ⇒ Object
Returns the value of attribute radioactivityDetail.
761 762 763 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 761 def radioactivityDetail @radioactivityDetail end |
#referenceId ⇒ Object
Returns the value of attribute referenceId.
753 754 755 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 753 def referenceId @referenceId end |
#signatory ⇒ Object
Returns the value of attribute signatory.
756 757 758 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 756 def signatory @signatory end |