Class: FedexWebServices::Soap::Ship::RadionuclideDetail

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

Instance Method Summary collapse

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

#activityObject

Returns the value of attribute activity.



2490
2491
2492
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2490

def activity
  @activity
end

#chemicalFormObject

Returns the value of attribute chemicalForm.



2493
2494
2495
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2493

def chemicalForm
  @chemicalForm
end

#exceptedPackagingIsReportableQuantityObject

Returns the value of attribute exceptedPackagingIsReportableQuantity.



2491
2492
2493
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2491

def exceptedPackagingIsReportableQuantity
  @exceptedPackagingIsReportableQuantity
end

#physicalFormObject

Returns the value of attribute physicalForm.



2492
2493
2494
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2492

def physicalForm
  @physicalForm
end

#radionuclideObject

Returns the value of attribute radionuclide.



2489
2490
2491
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2489

def radionuclide
  @radionuclide
end