Class: FedexWebServices::Soap::Rate::HazardousCommodityOptionDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::HazardousCommodityOptionDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13HazardousCommodityOptionDetail
labelTextOption - FedexWebServices::Soap::Rate::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.
1455 1456 1457 1458 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1455 def initialize(labelTextOption = nil, customerSuppliedLabelText = nil) @labelTextOption = labelTextOption @customerSuppliedLabelText = customerSuppliedLabelText end |
Instance Attribute Details
#customerSuppliedLabelText ⇒ Object
Returns the value of attribute customerSuppliedLabelText.
1453 1454 1455 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1453 def customerSuppliedLabelText @customerSuppliedLabelText end |
#labelTextOption ⇒ Object
Returns the value of attribute labelTextOption.
1452 1453 1454 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1452 def labelTextOption @labelTextOption end |