Class: QuickbooksWebConnector::SoapWrapper::AuthenticateResponse
- Inherits:
-
Object
- Object
- QuickbooksWebConnector::SoapWrapper::AuthenticateResponse
- Defined in:
- lib/quickbooks_web_connector/soap_wrapper/default.rb
Overview
/authenticateResponse
authenticateResult - ArrayOfString
Instance Attribute Summary collapse
-
#authenticateResult ⇒ Object
Returns the value of attribute authenticateResult.
Instance Method Summary collapse
-
#initialize(authenticateResult = nil) ⇒ AuthenticateResponse
constructor
A new instance of AuthenticateResponse.
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
#authenticateResult ⇒ Object
Returns the value of attribute authenticateResult.
26 27 28 |
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 26 def authenticateResult @authenticateResult end |