Class: QuickbooksWebConnector::SoapWrapper::ConnectionErrorResponse

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

Overview

/connectionErrorResponse

connectionErrorResult - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#connectionErrorResultObject

Returns the value of attribute connectionErrorResult.



156
157
158
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 156

def connectionErrorResult
  @connectionErrorResult
end