class FedexWebServices::Soap::Ship::RadionuclideDetail

{fedex.com/ws/ship/v12}RadionuclideDetail

radionuclide - SOAP::SOAPString
activity - FedexWebServices::Soap::Ship::RadionuclideActivity
exceptedPackagingIsReportableQuantity - SOAP::SOAPBoolean
physicalForm - FedexWebServices::Soap::Ship::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/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