Class: QuickbooksWebConnector::SoapWrapper::ConnectionErrorResponse
- Inherits:
-
Object
- Object
- QuickbooksWebConnector::SoapWrapper::ConnectionErrorResponse
- Defined in:
- lib/quickbooks_web_connector/soap_wrapper/default.rb
Overview
/connectionErrorResponse
connectionErrorResult - SOAP::SOAPString
Instance Attribute Summary collapse
-
#connectionErrorResult ⇒ Object
Returns the value of attribute connectionErrorResult.
Instance Method Summary collapse
-
#initialize(connectionErrorResult = nil) ⇒ ConnectionErrorResponse
constructor
A new instance of ConnectionErrorResponse.
Constructor Details
#initialize(connectionErrorResult = nil) ⇒ ConnectionErrorResponse
Returns a new instance of ConnectionErrorResponse.
158 159 160 |
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 158 def initialize(connectionErrorResult = nil) @connectionErrorResult = connectionErrorResult end |
Instance Attribute Details
#connectionErrorResult ⇒ Object
Returns the value of attribute connectionErrorResult.
156 157 158 |
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 156 def connectionErrorResult @connectionErrorResult end |