Class: FedexWebServices::Soap::Close::GroundCloseDocumentsReply

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/CloseServiceDefinitions.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#closeDocumentsObject

Returns the value of attribute closeDocuments.



246
247
248
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 246

def closeDocuments
  @closeDocuments
end

#highestSeverityObject

Returns the value of attribute highestSeverity.



242
243
244
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 242

def highestSeverity
  @highestSeverity
end

#notificationsObject

Returns the value of attribute notifications.



243
244
245
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 243

def notifications
  @notifications
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



244
245
246
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 244

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



245
246
247
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 245

def version
  @version
end