Class: FedexWebServices::Soap::Rate::RadioactivityDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::RadioactivityDetail
- 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
-
#criticalitySafetyIndex ⇒ Object
Returns the value of attribute criticalitySafetyIndex.
-
#dimensions ⇒ Object
Returns the value of attribute dimensions.
-
#surfaceReading ⇒ Object
Returns the value of attribute surfaceReading.
-
#transportIndex ⇒ Object
Returns the value of attribute transportIndex.
Instance Method Summary collapse
-
#initialize(transportIndex = nil, surfaceReading = nil, criticalitySafetyIndex = nil, dimensions = nil) ⇒ RadioactivityDetail
constructor
A new instance of RadioactivityDetail.
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
#criticalitySafetyIndex ⇒ Object
Returns the value of attribute criticalitySafetyIndex.
1976 1977 1978 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1976 def criticalitySafetyIndex @criticalitySafetyIndex end |
#dimensions ⇒ Object
Returns the value of attribute dimensions.
1977 1978 1979 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1977 def dimensions @dimensions end |
#surfaceReading ⇒ Object
Returns the value of attribute surfaceReading.
1975 1976 1977 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1975 def surfaceReading @surfaceReading end |
#transportIndex ⇒ Object
Returns the value of attribute transportIndex.
1974 1975 1976 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1974 def transportIndex @transportIndex end |