class FedexWebServices::Soap::Rate::HazardousCommodityContent
{fedex.com/ws/rate/v13}HazardousCommodityContent
description - FedexWebServices::Soap::Rate::HazardousCommodityDescription quantity - FedexWebServices::Soap::Rate::HazardousCommodityQuantityDetail options - FedexWebServices::Soap::Rate::HazardousCommodityOptionDetail radionuclideDetail - FedexWebServices::Soap::Rate::RadionuclideDetail
Attributes
description[RW]
options[RW]
quantity[RW]
radionuclideDetail[RW]
Public Class Methods
new(description = nil, quantity = nil, options = nil, radionuclideDetail = nil)
click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 1394 def initialize(description = nil, quantity = nil, options = nil, radionuclideDetail = nil) @description = description @quantity = quantity @options = options @radionuclideDetail = radionuclideDetail end