class FedexWebServices::Soap::Ship::RadioactivityDetail

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

transportIndex - SOAP::SOAPDecimal
surfaceReading - SOAP::SOAPDecimal
criticalitySafetyIndex - SOAP::SOAPDecimal
dimensions - FedexWebServices::Soap::Ship::Dimensions

Attributes

criticalitySafetyIndex[RW]
dimensions[RW]
surfaceReading[RW]
transportIndex[RW]

Public Class Methods

new(transportIndex = nil, surfaceReading = nil, criticalitySafetyIndex = nil, dimensions = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 2461
def initialize(transportIndex = nil, surfaceReading = nil, criticalitySafetyIndex = nil, dimensions = nil)
  @transportIndex = transportIndex
  @surfaceReading = surfaceReading
  @criticalitySafetyIndex = criticalitySafetyIndex
  @dimensions = dimensions
end