class FedexWebServices::Soap::Rate::RadionuclideDetail

{fedex.com/ws/rate/v13}RadionuclideDetail

radionuclide - SOAP::SOAPString
activity - FedexWebServices::Soap::Rate::RadionuclideActivity
exceptedPackagingIsReportableQuantity - SOAP::SOAPBoolean
physicalForm - FedexWebServices::Soap::Rate::PhysicalFormType
chemicalForm - SOAP::SOAPString

Attributes

activity[RW]
chemicalForm[RW]
exceptedPackagingIsReportableQuantity[RW]
physicalForm[RW]
radionuclide[RW]

Public Class Methods

new(radionuclide = nil, activity = nil, exceptedPackagingIsReportableQuantity = nil, physicalForm = nil, chemicalForm = nil) click to toggle source
# 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