Class: FedexWebServices::Soap::Rate::RadionuclideDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#activityObject

Returns the value of attribute activity.



2008
2009
2010
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2008

def activity
  @activity
end

#chemicalFormObject

Returns the value of attribute chemicalForm.



2011
2012
2013
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2011

def chemicalForm
  @chemicalForm
end

#exceptedPackagingIsReportableQuantityObject

Returns the value of attribute exceptedPackagingIsReportableQuantity.



2009
2010
2011
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2009

def exceptedPackagingIsReportableQuantity
  @exceptedPackagingIsReportableQuantity
end

#physicalFormObject

Returns the value of attribute physicalForm.



2010
2011
2012
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2010

def physicalForm
  @physicalForm
end

#radionuclideObject

Returns the value of attribute radionuclide.



2007
2008
2009
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2007

def radionuclide
  @radionuclide
end