Class: FedexWebServices::Soap::Ship::ProcessShipmentReply

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

Overview

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

highestSeverity - FedexWebServices::Soap::Ship::NotificationSeverityType
notifications - FedexWebServices::Soap::Ship::Notification
transactionDetail - FedexWebServices::Soap::Ship::TransactionDetail
version - FedexWebServices::Soap::Ship::VersionId
jobId - SOAP::SOAPString
completedShipmentDetail - FedexWebServices::Soap::Ship::CompletedShipmentDetail
errorLabels - FedexWebServices::Soap::Ship::ShippingDocument

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, jobId = nil, completedShipmentDetail = nil, errorLabels = []) ⇒ ProcessShipmentReply

Returns a new instance of ProcessShipmentReply.



2373
2374
2375
2376
2377
2378
2379
2380
2381
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2373

def initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, jobId = nil, completedShipmentDetail = nil, errorLabels = [])
  @highestSeverity = highestSeverity
  @notifications = notifications
  @transactionDetail = transactionDetail
  @version = version
  @jobId = jobId
  @completedShipmentDetail = completedShipmentDetail
  @errorLabels = errorLabels
end

Instance Attribute Details

#completedShipmentDetailObject

Returns the value of attribute completedShipmentDetail.



2370
2371
2372
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2370

def completedShipmentDetail
  @completedShipmentDetail
end

#errorLabelsObject

Returns the value of attribute errorLabels.



2371
2372
2373
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2371

def errorLabels
  @errorLabels
end

#highestSeverityObject

Returns the value of attribute highestSeverity.



2365
2366
2367
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2365

def highestSeverity
  @highestSeverity
end

#jobIdObject

Returns the value of attribute jobId.



2369
2370
2371
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2369

def jobId
  @jobId
end

#notificationsObject

Returns the value of attribute notifications.



2366
2367
2368
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2366

def notifications
  @notifications
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



2367
2368
2369
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2367

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



2368
2369
2370
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2368

def version
  @version
end