Class: FedexWebServices::Soap::Ship::PackageOperationalDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::PackageOperationalDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12PackageOperationalDetail
astraHandlingText - SOAP::SOAPString
operationalInstructions - FedexWebServices::Soap::Ship::OperationalInstruction
- FedexWebServices::Soap::Ship::PackageBarcodes
groundServiceCode - SOAP::SOAPString
Instance Attribute Summary collapse
-
#astraHandlingText ⇒ Object
Returns the value of attribute astraHandlingText.
-
#barcodes ⇒ Object
Returns the value of attribute barcodes.
-
#groundServiceCode ⇒ Object
Returns the value of attribute groundServiceCode.
-
#operationalInstructions ⇒ Object
Returns the value of attribute operationalInstructions.
Instance Method Summary collapse
-
#initialize(astraHandlingText = nil, operationalInstructions = [], barcodes = nil, groundServiceCode = nil) ⇒ PackageOperationalDetail
constructor
A new instance of PackageOperationalDetail.
Constructor Details
#initialize(astraHandlingText = nil, operationalInstructions = [], barcodes = nil, groundServiceCode = nil) ⇒ PackageOperationalDetail
Returns a new instance of PackageOperationalDetail.
2118 2119 2120 2121 2122 2123 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2118 def initialize(astraHandlingText = nil, operationalInstructions = [], = nil, groundServiceCode = nil) @astraHandlingText = astraHandlingText @operationalInstructions = operationalInstructions @barcodes = @groundServiceCode = groundServiceCode end |
Instance Attribute Details
#astraHandlingText ⇒ Object
Returns the value of attribute astraHandlingText.
2113 2114 2115 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2113 def astraHandlingText @astraHandlingText end |
#barcodes ⇒ Object
Returns the value of attribute barcodes.
2115 2116 2117 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2115 def @barcodes end |
#groundServiceCode ⇒ Object
Returns the value of attribute groundServiceCode.
2116 2117 2118 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2116 def groundServiceCode @groundServiceCode end |
#operationalInstructions ⇒ Object
Returns the value of attribute operationalInstructions.
2114 2115 2116 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2114 def operationalInstructions @operationalInstructions end |