Class: QuickbooksWebConnector::SoapWrapper::GetLastErrorResponse
- Inherits:
-
Object
- Object
- QuickbooksWebConnector::SoapWrapper::GetLastErrorResponse
- Defined in:
- lib/quickbooks_web_connector/soap_wrapper/default.rb
Overview
/getLastErrorResponse
getLastErrorResult - SOAP::SOAPString
Instance Attribute Summary collapse
-
#getLastErrorResult ⇒ Object
Returns the value of attribute getLastErrorResult.
Instance Method Summary collapse
-
#initialize(getLastErrorResult = nil) ⇒ GetLastErrorResponse
constructor
A new instance of GetLastErrorResponse.
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
#getLastErrorResult ⇒ Object
Returns the value of attribute getLastErrorResult.
176 177 178 |
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 176 def getLastErrorResult @getLastErrorResult end |