Class: FedexWebServices::Soap::Ship::ProcessTagReply
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::ProcessTagReply
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12ProcessTagReply
highestSeverity - FedexWebServices::Soap::Ship::NotificationSeverityType
notifications - FedexWebServices::Soap::Ship::Notification
transactionDetail - FedexWebServices::Soap::Ship::TransactionDetail
version - FedexWebServices::Soap::Ship::VersionId
completedShipmentDetail - FedexWebServices::Soap::Ship::CompletedShipmentDetail
Instance Attribute Summary collapse
-
#completedShipmentDetail ⇒ Object
Returns the value of attribute completedShipmentDetail.
-
#highestSeverity ⇒ Object
Returns the value of attribute highestSeverity.
-
#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, completedShipmentDetail = nil) ⇒ ProcessTagReply
constructor
A new instance of ProcessTagReply.
Constructor Details
#initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, completedShipmentDetail = nil) ⇒ ProcessTagReply
Returns a new instance of ProcessTagReply.
2419 2420 2421 2422 2423 2424 2425 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2419 def initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, completedShipmentDetail = nil) @highestSeverity = highestSeverity @notifications = notifications @transactionDetail = transactionDetail @version = version @completedShipmentDetail = completedShipmentDetail end |
Instance Attribute Details
#completedShipmentDetail ⇒ Object
Returns the value of attribute completedShipmentDetail.
2417 2418 2419 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2417 def completedShipmentDetail @completedShipmentDetail end |
#highestSeverity ⇒ Object
Returns the value of attribute highestSeverity.
2413 2414 2415 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2413 def highestSeverity @highestSeverity end |
#notifications ⇒ Object
Returns the value of attribute notifications.
2414 2415 2416 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2414 def notifications @notifications end |
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
2415 2416 2417 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2415 def transactionDetail @transactionDetail end |
#version ⇒ Object
Returns the value of attribute version.
2416 2417 2418 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2416 def version @version end |