Class: FedexWebServices::Soap::Ship::HazardousCommodityContent

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(description = nil, quantity = nil, options = nil, radionuclideDetail = nil) ⇒ HazardousCommodityContent

Returns a new instance of HazardousCommodityContent.



1695
1696
1697
1698
1699
1700
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1695

def initialize(description = nil, quantity = nil, options = nil, radionuclideDetail = nil)
  @description = description
  @quantity = quantity
  @options = options
  @radionuclideDetail = radionuclideDetail
end

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



1690
1691
1692
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1690

def description
  @description
end

#optionsObject

Returns the value of attribute options.



1692
1693
1694
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1692

def options
  @options
end

#quantityObject

Returns the value of attribute quantity.



1691
1692
1693
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1691

def quantity
  @quantity
end

#radionuclideDetailObject

Returns the value of attribute radionuclideDetail.



1693
1694
1695
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1693

def radionuclideDetail
  @radionuclideDetail
end