Class: FedexWebServices::Soap::Ship::CreatePendingShipmentReply
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CreatePendingShipmentReply
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12CreatePendingShipmentReply
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) ⇒ CreatePendingShipmentReply
constructor
A new instance of CreatePendingShipmentReply.
Constructor Details
#initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, completedShipmentDetail = nil) ⇒ CreatePendingShipmentReply
Returns a new instance of CreatePendingShipmentReply.
704 705 706 707 708 709 710 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 704 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.
702 703 704 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 702 def completedShipmentDetail @completedShipmentDetail end |
#highestSeverity ⇒ Object
Returns the value of attribute highestSeverity.
698 699 700 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 698 def highestSeverity @highestSeverity end |
#notifications ⇒ Object
Returns the value of attribute notifications.
699 700 701 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 699 def notifications @notifications end |
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
700 701 702 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 700 def transactionDetail @transactionDetail end |
#version ⇒ Object
Returns the value of attribute version.
701 702 703 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 701 def version @version end |