Class: FedexWebServices::Soap::Rate::RadionuclideDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::RadionuclideDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13RadionuclideDetail
radionuclide - SOAP::SOAPString
activity - FedexWebServices::Soap::Rate::RadionuclideActivity
exceptedPackagingIsReportableQuantity - SOAP::SOAPBoolean
physicalForm - FedexWebServices::Soap::Rate::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.
2013 2014 2015 2016 2017 2018 2019 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2013 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.
2008 2009 2010 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2008 def activity @activity end |
#chemicalForm ⇒ Object
Returns the value of attribute chemicalForm.
2011 2012 2013 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2011 def chemicalForm @chemicalForm end |
#exceptedPackagingIsReportableQuantity ⇒ Object
Returns the value of attribute exceptedPackagingIsReportableQuantity.
2009 2010 2011 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2009 def exceptedPackagingIsReportableQuantity @exceptedPackagingIsReportableQuantity end |
#physicalForm ⇒ Object
Returns the value of attribute physicalForm.
2010 2011 2012 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2010 def physicalForm @physicalForm end |
#radionuclide ⇒ Object
Returns the value of attribute radionuclide.
2007 2008 2009 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2007 def radionuclide @radionuclide end |