Class: FedexWebServices::Soap::Rate::HazardousCommodityOptionDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#customerSuppliedLabelTextObject

Returns the value of attribute customerSuppliedLabelText.



1453
1454
1455
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1453

def customerSuppliedLabelText
  @customerSuppliedLabelText
end

#labelTextOptionObject

Returns the value of attribute labelTextOption.



1452
1453
1454
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1452

def labelTextOption
  @labelTextOption
end