Class: FedexWebServices::Soap::Close::CloseWithDocumentsReply
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::CloseWithDocumentsReply
- Defined in:
- lib/fedex_web_services/soap/CloseServiceDefinitions.rb
Overview
http://fedex.com/ws/close/v4CloseWithDocumentsReply
highestSeverity - FedexWebServices::Soap::Close::NotificationSeverityType
notifications - FedexWebServices::Soap::Close::Notification
transactionDetail - FedexWebServices::Soap::Close::TransactionDetail
version - FedexWebServices::Soap::Close::VersionId
documents - FedexWebServices::Soap::Close::CloseDocument
Instance Attribute Summary collapse
-
#documents ⇒ Object
Returns the value of attribute documents.
-
#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, documents = []) ⇒ CloseWithDocumentsReply
constructor
A new instance of CloseWithDocumentsReply.
Constructor Details
#initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, documents = []) ⇒ CloseWithDocumentsReply
Returns a new instance of CloseWithDocumentsReply.
151 152 153 154 155 156 157 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 151 def initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, documents = []) @highestSeverity = highestSeverity @notifications = notifications @transactionDetail = transactionDetail @version = version @documents = documents end |
Instance Attribute Details
#documents ⇒ Object
Returns the value of attribute documents.
149 150 151 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 149 def documents @documents end |
#highestSeverity ⇒ Object
Returns the value of attribute highestSeverity.
145 146 147 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 145 def highestSeverity @highestSeverity end |
#notifications ⇒ Object
Returns the value of attribute notifications.
146 147 148 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 146 def notifications @notifications end |
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
147 148 149 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 147 def transactionDetail @transactionDetail end |
#version ⇒ Object
Returns the value of attribute version.
148 149 150 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 148 def version @version end |