Class: Etapper::API::LoginCredentialsResponse
- Inherits:
-
Object
- Object
- Etapper::API::LoginCredentialsResponse
- Defined in:
- lib/etapper/api/service.rb
Overview
Instance Attribute Summary collapse
-
#accountRef ⇒ Object
Returns the value of attribute accountRef.
-
#createdNewAccount ⇒ Object
Returns the value of attribute createdNewAccount.
-
#matchedMultiples ⇒ Object
Returns the value of attribute matchedMultiples.
Instance Method Summary collapse
-
#initialize(accountRef = nil, createdNewAccount = nil, matchedMultiples = nil) ⇒ LoginCredentialsResponse
constructor
A new instance of LoginCredentialsResponse.
Constructor Details
#initialize(accountRef = nil, createdNewAccount = nil, matchedMultiples = nil) ⇒ LoginCredentialsResponse
Returns a new instance of LoginCredentialsResponse.
1004 1005 1006 1007 1008 |
# File 'lib/etapper/api/service.rb', line 1004 def initialize(accountRef = nil, createdNewAccount = nil, matchedMultiples = nil) @accountRef = accountRef @createdNewAccount = createdNewAccount @matchedMultiples = matchedMultiples end |
Instance Attribute Details
#accountRef ⇒ Object
Returns the value of attribute accountRef.
1000 1001 1002 |
# File 'lib/etapper/api/service.rb', line 1000 def accountRef @accountRef end |
#createdNewAccount ⇒ Object
Returns the value of attribute createdNewAccount.
1001 1002 1003 |
# File 'lib/etapper/api/service.rb', line 1001 def createdNewAccount @createdNewAccount end |
#matchedMultiples ⇒ Object
Returns the value of attribute matchedMultiples.
1002 1003 1004 |
# File 'lib/etapper/api/service.rb', line 1002 def matchedMultiples @matchedMultiples end |