Class: FedexWebServices::Soap::Ship::ValidatedHazardousContainer

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12ValidatedHazardousContainer

qValue - SOAP::SOAPDecimal
hazardousCommodities - FedexWebServices::Soap::Ship::ValidatedHazardousCommodityContent

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(qValue = nil, hazardousCommodities = []) ⇒ ValidatedHazardousContainer

Returns a new instance of ValidatedHazardousContainer.



3578
3579
3580
3581
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3578

def initialize(qValue = nil, hazardousCommodities = [])
  @qValue = qValue
  @hazardousCommodities = hazardousCommodities
end

Instance Attribute Details

#hazardousCommoditiesObject

Returns the value of attribute hazardousCommodities.



3576
3577
3578
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3576

def hazardousCommodities
  @hazardousCommodities
end

#qValueObject

Returns the value of attribute qValue.



3575
3576
3577
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3575

def qValue
  @qValue
end