Class: FedexWebServices::Soap::Rate::HazardousCommodityContent
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::HazardousCommodityContent
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13HazardousCommodityContent
description - FedexWebServices::Soap::Rate::HazardousCommodityDescription
quantity - FedexWebServices::Soap::Rate::HazardousCommodityQuantityDetail
- FedexWebServices::Soap::Rate::HazardousCommodityOptionDetail
radionuclideDetail - FedexWebServices::Soap::Rate::RadionuclideDetail
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#options ⇒ Object
Returns the value of attribute options.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#radionuclideDetail ⇒ Object
Returns the value of attribute radionuclideDetail.
Instance Method Summary collapse
-
#initialize(description = nil, quantity = nil, options = nil, radionuclideDetail = nil) ⇒ HazardousCommodityContent
constructor
A new instance of HazardousCommodityContent.
Constructor Details
#initialize(description = nil, quantity = nil, options = nil, radionuclideDetail = nil) ⇒ HazardousCommodityContent
Returns a new instance of HazardousCommodityContent.
1394 1395 1396 1397 1398 1399 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1394 def initialize(description = nil, quantity = nil, = nil, radionuclideDetail = nil) @description = description @quantity = quantity @options = @radionuclideDetail = radionuclideDetail end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
1389 1390 1391 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1389 def description @description end |
#options ⇒ Object
Returns the value of attribute options.
1391 1392 1393 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1391 def @options end |
#quantity ⇒ Object
Returns the value of attribute quantity.
1390 1391 1392 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1390 def quantity @quantity end |
#radionuclideDetail ⇒ Object
Returns the value of attribute radionuclideDetail.
1392 1393 1394 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1392 def radionuclideDetail @radionuclideDetail end |