Class: FedexWebServices::Soap::Ship::ProcessShipmentReply
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::ProcessShipmentReply
- 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
-
#completedShipmentDetail ⇒ Object
Returns the value of attribute completedShipmentDetail.
-
#errorLabels ⇒ Object
Returns the value of attribute errorLabels.
-
#highestSeverity ⇒ Object
Returns the value of attribute highestSeverity.
-
#jobId ⇒ Object
Returns the value of attribute jobId.
-
#notifications ⇒ Object
Returns the value of attribute notifications.
-
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, jobId = nil, completedShipmentDetail = nil, errorLabels = []) ⇒ ProcessShipmentReply
constructor
A new instance of ProcessShipmentReply.
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
#completedShipmentDetail ⇒ Object
Returns the value of attribute completedShipmentDetail.
2370 2371 2372 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2370 def completedShipmentDetail @completedShipmentDetail end |
#errorLabels ⇒ Object
Returns the value of attribute errorLabels.
2371 2372 2373 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2371 def errorLabels @errorLabels end |
#highestSeverity ⇒ Object
Returns the value of attribute highestSeverity.
2365 2366 2367 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2365 def highestSeverity @highestSeverity end |
#jobId ⇒ Object
Returns the value of attribute jobId.
2369 2370 2371 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2369 def jobId @jobId end |
#notifications ⇒ Object
Returns the value of attribute notifications.
2366 2367 2368 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2366 def notifications @notifications end |
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
2367 2368 2369 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2367 def transactionDetail @transactionDetail end |
#version ⇒ Object
Returns the value of attribute version.
2368 2369 2370 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2368 def version @version end |