Class: QuickbooksWebConnector::SoapWrapper::AuthenticateResponse

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

Overview

/authenticateResponse

authenticateResult - ArrayOfString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(authenticateResult = nil) ⇒ AuthenticateResponse

Returns a new instance of AuthenticateResponse.



28
29
30
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 28

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

Instance Attribute Details

#authenticateResultObject

Returns the value of attribute authenticateResult.



26
27
28
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 26

def authenticateResult
  @authenticateResult
end