Class: FedexWebServices::Soap::Close::GroundCloseDocumentsReply
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::GroundCloseDocumentsReply
- Defined in:
- lib/fedex_web_services/soap/CloseServiceDefinitions.rb
Overview
http://fedex.com/ws/close/v4GroundCloseDocumentsReply
highestSeverity - FedexWebServices::Soap::Close::NotificationSeverityType
notifications - FedexWebServices::Soap::Close::Notification
transactionDetail - FedexWebServices::Soap::Close::TransactionDetail
version - FedexWebServices::Soap::Close::VersionId
closeDocuments - FedexWebServices::Soap::Close::CloseDocument
Instance Attribute Summary collapse
-
#closeDocuments ⇒ Object
Returns the value of attribute closeDocuments.
-
#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, closeDocuments = []) ⇒ GroundCloseDocumentsReply
constructor
A new instance of GroundCloseDocumentsReply.
Constructor Details
#initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, closeDocuments = []) ⇒ GroundCloseDocumentsReply
Returns a new instance of GroundCloseDocumentsReply.
248 249 250 251 252 253 254 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 248 def initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, closeDocuments = []) @highestSeverity = highestSeverity @notifications = notifications @transactionDetail = transactionDetail @version = version @closeDocuments = closeDocuments end |
Instance Attribute Details
#closeDocuments ⇒ Object
Returns the value of attribute closeDocuments.
246 247 248 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 246 def closeDocuments @closeDocuments end |
#highestSeverity ⇒ Object
Returns the value of attribute highestSeverity.
242 243 244 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 242 def highestSeverity @highestSeverity end |
#notifications ⇒ Object
Returns the value of attribute notifications.
243 244 245 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 243 def notifications @notifications end |
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
244 245 246 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 244 def transactionDetail @transactionDetail end |
#version ⇒ Object
Returns the value of attribute version.
245 246 247 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 245 def version @version end |