class FedexWebServices::Soap::Ship::HazardousCommodityOptionDetail

{fedex.com/ws/ship/v12}HazardousCommodityOptionDetail

labelTextOption - FedexWebServices::Soap::Ship::HazardousCommodityLabelTextOptionType
customerSuppliedLabelText - SOAP::SOAPString

Attributes

customerSuppliedLabelText[RW]
labelTextOption[RW]

Public Class Methods

new(labelTextOption = nil, customerSuppliedLabelText = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 1756
def initialize(labelTextOption = nil, customerSuppliedLabelText = nil)
  @labelTextOption = labelTextOption
  @customerSuppliedLabelText = customerSuppliedLabelText
end