class FedexWebServices::Soap::Ship::PackageOperationalDetail
{fedex.com/ws/ship/v12}PackageOperationalDetail
astraHandlingText - SOAP::SOAPString operationalInstructions - FedexWebServices::Soap::Ship::OperationalInstruction barcodes - FedexWebServices::Soap::Ship::PackageBarcodes groundServiceCode - SOAP::SOAPString
Attributes
astraHandlingText[RW]
barcodes[RW]
groundServiceCode[RW]
operationalInstructions[RW]
Public Class Methods
new(astraHandlingText = nil, operationalInstructions = [], barcodes = nil, groundServiceCode = nil)
click to toggle source
# 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