Class: FedexWebServices::Soap::Ship::PackageOperationalDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12PackageOperationalDetail

astraHandlingText - SOAP::SOAPString
operationalInstructions - FedexWebServices::Soap::Ship::OperationalInstruction
barcodes - FedexWebServices::Soap::Ship::PackageBarcodes
groundServiceCode - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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 = [], barcodes = nil, groundServiceCode = nil)
  @astraHandlingText = astraHandlingText
  @operationalInstructions = operationalInstructions
  @barcodes = barcodes
  @groundServiceCode = groundServiceCode
end

Instance Attribute Details

#astraHandlingTextObject

Returns the value of attribute astraHandlingText.



2113
2114
2115
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2113

def astraHandlingText
  @astraHandlingText
end

#barcodesObject

Returns the value of attribute barcodes.



2115
2116
2117
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2115

def barcodes
  @barcodes
end

#groundServiceCodeObject

Returns the value of attribute groundServiceCode.



2116
2117
2118
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2116

def groundServiceCode
  @groundServiceCode
end

#operationalInstructionsObject

Returns the value of attribute operationalInstructions.



2114
2115
2116
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2114

def operationalInstructions
  @operationalInstructions
end