Class: FedexWebServices::Soap::Ship::HazardousCommodityOptionDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::HazardousCommodityOptionDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12HazardousCommodityOptionDetail
labelTextOption - FedexWebServices::Soap::Ship::HazardousCommodityLabelTextOptionType
customerSuppliedLabelText - SOAP::SOAPString
Instance Attribute Summary collapse
-
#customerSuppliedLabelText ⇒ Object
Returns the value of attribute customerSuppliedLabelText.
-
#labelTextOption ⇒ Object
Returns the value of attribute labelTextOption.
Instance Method Summary collapse
-
#initialize(labelTextOption = nil, customerSuppliedLabelText = nil) ⇒ HazardousCommodityOptionDetail
constructor
A new instance of HazardousCommodityOptionDetail.
Constructor Details
#initialize(labelTextOption = nil, customerSuppliedLabelText = nil) ⇒ HazardousCommodityOptionDetail
Returns a new instance of HazardousCommodityOptionDetail.
1756 1757 1758 1759 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1756 def initialize(labelTextOption = nil, customerSuppliedLabelText = nil) @labelTextOption = labelTextOption @customerSuppliedLabelText = customerSuppliedLabelText end |
Instance Attribute Details
#customerSuppliedLabelText ⇒ Object
Returns the value of attribute customerSuppliedLabelText.
1754 1755 1756 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1754 def customerSuppliedLabelText @customerSuppliedLabelText end |
#labelTextOption ⇒ Object
Returns the value of attribute labelTextOption.
1753 1754 1755 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1753 def labelTextOption @labelTextOption end |