Class: FedexWebServices::Soap::Rate::RadioactivityDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/RateServiceDefinitions.rb

Overview

http://fedex.com/ws/rate/v13RadioactivityDetail

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(transportIndex = nil, surfaceReading = nil, criticalitySafetyIndex = nil, dimensions = nil) ⇒ RadioactivityDetail

Returns a new instance of RadioactivityDetail.



1979
1980
1981
1982
1983
1984
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1979

def initialize(transportIndex = nil, surfaceReading = nil, criticalitySafetyIndex = nil, dimensions = nil)
  @transportIndex = transportIndex
  @surfaceReading = surfaceReading
  @criticalitySafetyIndex = criticalitySafetyIndex
  @dimensions = dimensions
end

Instance Attribute Details

#criticalitySafetyIndexObject

Returns the value of attribute criticalitySafetyIndex.



1976
1977
1978
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1976

def criticalitySafetyIndex
  @criticalitySafetyIndex
end

#dimensionsObject

Returns the value of attribute dimensions.



1977
1978
1979
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1977

def dimensions
  @dimensions
end

#surfaceReadingObject

Returns the value of attribute surfaceReading.



1975
1976
1977
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1975

def surfaceReading
  @surfaceReading
end

#transportIndexObject

Returns the value of attribute transportIndex.



1974
1975
1976
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1974

def transportIndex
  @transportIndex
end