Class: FedexWebServices::Soap::Ship::CompletedHazardousPackageDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CompletedHazardousPackageDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12CompletedHazardousPackageDetail
referenceId - SOAP::SOAPString
accessibility - FedexWebServices::Soap::Ship::DangerousGoodsAccessibilityType
cargoAircraftOnly - SOAP::SOAPBoolean
radioactiveTransportIndex - SOAP::SOAPDecimal
labelType - FedexWebServices::Soap::Ship::RadioactiveLabelType
containers - FedexWebServices::Soap::Ship::ValidatedHazardousContainer
Instance Attribute Summary collapse
-
#accessibility ⇒ Object
Returns the value of attribute accessibility.
-
#cargoAircraftOnly ⇒ Object
Returns the value of attribute cargoAircraftOnly.
-
#containers ⇒ Object
Returns the value of attribute containers.
-
#labelType ⇒ Object
Returns the value of attribute labelType.
-
#radioactiveTransportIndex ⇒ Object
Returns the value of attribute radioactiveTransportIndex.
-
#referenceId ⇒ Object
Returns the value of attribute referenceId.
Instance Method Summary collapse
-
#initialize(referenceId = nil, accessibility = nil, cargoAircraftOnly = nil, radioactiveTransportIndex = nil, labelType = nil, containers = []) ⇒ CompletedHazardousPackageDetail
constructor
A new instance of CompletedHazardousPackageDetail.
Constructor Details
#initialize(referenceId = nil, accessibility = nil, cargoAircraftOnly = nil, radioactiveTransportIndex = nil, labelType = nil, containers = []) ⇒ CompletedHazardousPackageDetail
Returns a new instance of CompletedHazardousPackageDetail.
415 416 417 418 419 420 421 422 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 415 def initialize(referenceId = nil, accessibility = nil, cargoAircraftOnly = nil, radioactiveTransportIndex = nil, labelType = nil, containers = []) @referenceId = referenceId @accessibility = accessibility @cargoAircraftOnly = cargoAircraftOnly @radioactiveTransportIndex = radioactiveTransportIndex @labelType = labelType @containers = containers end |
Instance Attribute Details
#accessibility ⇒ Object
Returns the value of attribute accessibility.
409 410 411 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 409 def accessibility @accessibility end |
#cargoAircraftOnly ⇒ Object
Returns the value of attribute cargoAircraftOnly.
410 411 412 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 410 def cargoAircraftOnly @cargoAircraftOnly end |
#containers ⇒ Object
Returns the value of attribute containers.
413 414 415 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 413 def containers @containers end |
#labelType ⇒ Object
Returns the value of attribute labelType.
412 413 414 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 412 def labelType @labelType end |
#radioactiveTransportIndex ⇒ Object
Returns the value of attribute radioactiveTransportIndex.
411 412 413 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 411 def radioactiveTransportIndex @radioactiveTransportIndex end |
#referenceId ⇒ Object
Returns the value of attribute referenceId.
408 409 410 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 408 def referenceId @referenceId end |