Class: FedexWebServices::Soap::Rate::HazardousCommodityContent

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/RateServiceDefinitions.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.



1394
1395
1396
1397
1398
1399
# 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

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



1389
1390
1391
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1389

def description
  @description
end

#optionsObject

Returns the value of attribute options.



1391
1392
1393
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1391

def options
  @options
end

#quantityObject

Returns the value of attribute quantity.



1390
1391
1392
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1390

def quantity
  @quantity
end

#radionuclideDetailObject

Returns the value of attribute radionuclideDetail.



1392
1393
1394
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1392

def radionuclideDetail
  @radionuclideDetail
end