Class: FedexWebServices::Soap::Ship::HazardousCommodityOptionDetail

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

Instance Method Summary collapse

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

#customerSuppliedLabelTextObject

Returns the value of attribute customerSuppliedLabelText.



1754
1755
1756
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1754

def customerSuppliedLabelText
  @customerSuppliedLabelText
end

#labelTextOptionObject

Returns the value of attribute labelTextOption.



1753
1754
1755
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1753

def labelTextOption
  @labelTextOption
end