Class: FedexWebServices::Soap::Close::CloseWithDocumentsReply

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, 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

#documentsObject

Returns the value of attribute documents.



149
150
151
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 149

def documents
  @documents
end

#highestSeverityObject

Returns the value of attribute highestSeverity.



145
146
147
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 145

def highestSeverity
  @highestSeverity
end

#notificationsObject

Returns the value of attribute notifications.



146
147
148
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 146

def notifications
  @notifications
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



147
148
149
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 147

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



148
149
150
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 148

def version
  @version
end