Class: FedexWebServices::Soap::Ship::RadioactivityDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::RadioactivityDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12RadioactivityDetail
transportIndex - SOAP::SOAPDecimal
surfaceReading - SOAP::SOAPDecimal
criticalitySafetyIndex - SOAP::SOAPDecimal
dimensions - FedexWebServices::Soap::Ship::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.
2461 2462 2463 2464 2465 2466 |
# 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 |
Instance Attribute Details
#criticalitySafetyIndex ⇒ Object
Returns the value of attribute criticalitySafetyIndex.
2458 2459 2460 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2458 def criticalitySafetyIndex @criticalitySafetyIndex end |
#dimensions ⇒ Object
Returns the value of attribute dimensions.
2459 2460 2461 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2459 def dimensions @dimensions end |
#surfaceReading ⇒ Object
Returns the value of attribute surfaceReading.
2457 2458 2459 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2457 def surfaceReading @surfaceReading end |
#transportIndex ⇒ Object
Returns the value of attribute transportIndex.
2456 2457 2458 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2456 def transportIndex @transportIndex end |