Class: FedexWebServices::Soap::Ship::RadionuclideDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::RadionuclideDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12RadionuclideDetail
radionuclide - SOAP::SOAPString
activity - FedexWebServices::Soap::Ship::RadionuclideActivity
exceptedPackagingIsReportableQuantity - SOAP::SOAPBoolean
physicalForm - FedexWebServices::Soap::Ship::PhysicalFormType
chemicalForm - SOAP::SOAPString
Instance Attribute Summary collapse
-
#activity ⇒ Object
Returns the value of attribute activity.
-
#chemicalForm ⇒ Object
Returns the value of attribute chemicalForm.
-
#exceptedPackagingIsReportableQuantity ⇒ Object
Returns the value of attribute exceptedPackagingIsReportableQuantity.
-
#physicalForm ⇒ Object
Returns the value of attribute physicalForm.
-
#radionuclide ⇒ Object
Returns the value of attribute radionuclide.
Instance Method Summary collapse
-
#initialize(radionuclide = nil, activity = nil, exceptedPackagingIsReportableQuantity = nil, physicalForm = nil, chemicalForm = nil) ⇒ RadionuclideDetail
constructor
A new instance of RadionuclideDetail.
Constructor Details
#initialize(radionuclide = nil, activity = nil, exceptedPackagingIsReportableQuantity = nil, physicalForm = nil, chemicalForm = nil) ⇒ RadionuclideDetail
Returns a new instance of RadionuclideDetail.
2495 2496 2497 2498 2499 2500 2501 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2495 def initialize(radionuclide = nil, activity = nil, exceptedPackagingIsReportableQuantity = nil, physicalForm = nil, chemicalForm = nil) @radionuclide = radionuclide @activity = activity @exceptedPackagingIsReportableQuantity = exceptedPackagingIsReportableQuantity @physicalForm = physicalForm @chemicalForm = chemicalForm end |
Instance Attribute Details
#activity ⇒ Object
Returns the value of attribute activity.
2490 2491 2492 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2490 def activity @activity end |
#chemicalForm ⇒ Object
Returns the value of attribute chemicalForm.
2493 2494 2495 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2493 def chemicalForm @chemicalForm end |
#exceptedPackagingIsReportableQuantity ⇒ Object
Returns the value of attribute exceptedPackagingIsReportableQuantity.
2491 2492 2493 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2491 def exceptedPackagingIsReportableQuantity @exceptedPackagingIsReportableQuantity end |
#physicalForm ⇒ Object
Returns the value of attribute physicalForm.
2492 2493 2494 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2492 def physicalForm @physicalForm end |
#radionuclide ⇒ Object
Returns the value of attribute radionuclide.
2489 2490 2491 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2489 def radionuclide @radionuclide end |