Class: QuickbooksWebConnector::SoapWrapper::GetLastErrorResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/quickbooks_web_connector/soap_wrapper/default.rb

Overview

/getLastErrorResponse

getLastErrorResult - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getLastErrorResult = nil) ⇒ GetLastErrorResponse

Returns a new instance of GetLastErrorResponse.



178
179
180
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 178

def initialize(getLastErrorResult = nil)
  @getLastErrorResult = getLastErrorResult
end

Instance Attribute Details

#getLastErrorResultObject

Returns the value of attribute getLastErrorResult.



176
177
178
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 176

def getLastErrorResult
  @getLastErrorResult
end