Class: FedexWebServices::Soap::Ship::HazardousCommodityDescription
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::HazardousCommodityDescription
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12HazardousCommodityDescription
id - SOAP::SOAPString
sequenceNumber - SOAP::SOAPNonNegativeInteger
packingGroup - FedexWebServices::Soap::Ship::HazardousCommodityPackingGroupType
packingDetails - FedexWebServices::Soap::Ship::HazardousCommodityPackingDetail
reportableQuantity - SOAP::SOAPBoolean
properShippingName - SOAP::SOAPString
technicalName - SOAP::SOAPString
percentage - SOAP::SOAPDecimal
hazardClass - SOAP::SOAPString
subsidiaryClasses - SOAP::SOAPString
labelText - SOAP::SOAPString
processingOptions - FedexWebServices::Soap::Ship::HazardousCommodityDescriptionProcessingOptionType
- SOAP::SOAPString
Instance Attribute Summary collapse
-
#authorization ⇒ Object
Returns the value of attribute authorization.
-
#hazardClass ⇒ Object
Returns the value of attribute hazardClass.
-
#id ⇒ Object
Returns the value of attribute id.
-
#labelText ⇒ Object
Returns the value of attribute labelText.
-
#packingDetails ⇒ Object
Returns the value of attribute packingDetails.
-
#packingGroup ⇒ Object
Returns the value of attribute packingGroup.
-
#percentage ⇒ Object
Returns the value of attribute percentage.
-
#processingOptions ⇒ Object
Returns the value of attribute processingOptions.
-
#properShippingName ⇒ Object
Returns the value of attribute properShippingName.
-
#reportableQuantity ⇒ Object
Returns the value of attribute reportableQuantity.
-
#sequenceNumber ⇒ Object
Returns the value of attribute sequenceNumber.
-
#subsidiaryClasses ⇒ Object
Returns the value of attribute subsidiaryClasses.
-
#technicalName ⇒ Object
Returns the value of attribute technicalName.
Instance Method Summary collapse
-
#initialize(id = nil, sequenceNumber = nil, packingGroup = nil, packingDetails = nil, reportableQuantity = nil, properShippingName = nil, technicalName = nil, percentage = nil, hazardClass = nil, subsidiaryClasses = [], labelText = nil, processingOptions = [], authorization = nil) ⇒ HazardousCommodityDescription
constructor
A new instance of HazardousCommodityDescription.
Constructor Details
#initialize(id = nil, sequenceNumber = nil, packingGroup = nil, packingDetails = nil, reportableQuantity = nil, properShippingName = nil, technicalName = nil, percentage = nil, hazardClass = nil, subsidiaryClasses = [], labelText = nil, processingOptions = [], authorization = nil) ⇒ HazardousCommodityDescription
Returns a new instance of HazardousCommodityDescription.
1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1732 def initialize(id = nil, sequenceNumber = nil, packingGroup = nil, packingDetails = nil, reportableQuantity = nil, properShippingName = nil, technicalName = nil, percentage = nil, hazardClass = nil, subsidiaryClasses = [], labelText = nil, processingOptions = [], = nil) @id = id @sequenceNumber = sequenceNumber @packingGroup = packingGroup @packingDetails = packingDetails @reportableQuantity = reportableQuantity @properShippingName = properShippingName @technicalName = technicalName @percentage = percentage @hazardClass = hazardClass @subsidiaryClasses = subsidiaryClasses @labelText = labelText @processingOptions = processingOptions @authorization = end |
Instance Attribute Details
#authorization ⇒ Object
Returns the value of attribute authorization.
1730 1731 1732 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1730 def @authorization end |
#hazardClass ⇒ Object
Returns the value of attribute hazardClass.
1726 1727 1728 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1726 def hazardClass @hazardClass end |
#id ⇒ Object
Returns the value of attribute id.
1718 1719 1720 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1718 def id @id end |
#labelText ⇒ Object
Returns the value of attribute labelText.
1728 1729 1730 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1728 def labelText @labelText end |
#packingDetails ⇒ Object
Returns the value of attribute packingDetails.
1721 1722 1723 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1721 def packingDetails @packingDetails end |
#packingGroup ⇒ Object
Returns the value of attribute packingGroup.
1720 1721 1722 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1720 def packingGroup @packingGroup end |
#percentage ⇒ Object
Returns the value of attribute percentage.
1725 1726 1727 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1725 def percentage @percentage end |
#processingOptions ⇒ Object
Returns the value of attribute processingOptions.
1729 1730 1731 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1729 def processingOptions @processingOptions end |
#properShippingName ⇒ Object
Returns the value of attribute properShippingName.
1723 1724 1725 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1723 def properShippingName @properShippingName end |
#reportableQuantity ⇒ Object
Returns the value of attribute reportableQuantity.
1722 1723 1724 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1722 def reportableQuantity @reportableQuantity end |
#sequenceNumber ⇒ Object
Returns the value of attribute sequenceNumber.
1719 1720 1721 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1719 def sequenceNumber @sequenceNumber end |
#subsidiaryClasses ⇒ Object
Returns the value of attribute subsidiaryClasses.
1727 1728 1729 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1727 def subsidiaryClasses @subsidiaryClasses end |
#technicalName ⇒ Object
Returns the value of attribute technicalName.
1724 1725 1726 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1724 def technicalName @technicalName end |