class FedexWebServices::Soap::Ship::ValidatedHazardousContainer
{fedex.com/ws/ship/v12}ValidatedHazardousContainer
qValue - SOAP::SOAPDecimal hazardousCommodities - FedexWebServices::Soap::Ship::ValidatedHazardousCommodityContent
Attributes
hazardousCommodities[RW]
qValue[RW]
Public Class Methods
new(qValue = nil, hazardousCommodities = [])
click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 3578 def initialize(qValue = nil, hazardousCommodities = []) @qValue = qValue @hazardousCommodities = hazardousCommodities end