Class: FedexWebServices::Soap::Ship::RadioactivityDetail

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

Instance Method Summary collapse

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

#criticalitySafetyIndexObject

Returns the value of attribute criticalitySafetyIndex.



2458
2459
2460
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2458

def criticalitySafetyIndex
  @criticalitySafetyIndex
end

#dimensionsObject

Returns the value of attribute dimensions.



2459
2460
2461
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2459

def dimensions
  @dimensions
end

#surfaceReadingObject

Returns the value of attribute surfaceReading.



2457
2458
2459
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2457

def surfaceReading
  @surfaceReading
end

#transportIndexObject

Returns the value of attribute transportIndex.



2456
2457
2458
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2456

def transportIndex
  @transportIndex
end