Class: QBWC::GetLastErrorResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/qbwc/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.



175
176
177
# File 'lib/qbwc/soap_wrapper/default.rb', line 175

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

Instance Attribute Details

#getLastErrorResultObject

Returns the value of attribute getLastErrorResult.



173
174
175
# File 'lib/qbwc/soap_wrapper/default.rb', line 173

def getLastErrorResult
  @getLastErrorResult
end