Class: FedexWebServices::Soap::Ship::ShipmentReply
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::ShipmentReply
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12ShipmentReply
highestSeverity - FedexWebServices::Soap::Ship::NotificationSeverityType
notifications - FedexWebServices::Soap::Ship::Notification
transactionDetail - FedexWebServices::Soap::Ship::TransactionDetail
version - FedexWebServices::Soap::Ship::VersionId
Instance Attribute Summary collapse
-
#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) ⇒ ShipmentReply
constructor
A new instance of ShipmentReply.
Constructor Details
#initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil) ⇒ ShipmentReply
Returns a new instance of ShipmentReply.
3110 3111 3112 3113 3114 3115 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3110 def initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil) @highestSeverity = highestSeverity @notifications = notifications @transactionDetail = transactionDetail @version = version end |
Instance Attribute Details
#highestSeverity ⇒ Object
Returns the value of attribute highestSeverity.
3105 3106 3107 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3105 def highestSeverity @highestSeverity end |
#notifications ⇒ Object
Returns the value of attribute notifications.
3106 3107 3108 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3106 def notifications @notifications end |
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
3107 3108 3109 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3107 def transactionDetail @transactionDetail end |
#version ⇒ Object
Returns the value of attribute version.
3108 3109 3110 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3108 def version @version end |