Class: Etapper::API::LoginCredentialsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/etapper/api/service.rb

Overview

etapestryAPI/serviceLoginCredentialsResponse

accountRef - SOAP::SOAPString
createdNewAccount - SOAP::SOAPBoolean
matchedMultiples - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accountRefObject

Returns the value of attribute accountRef.



1000
1001
1002
# File 'lib/etapper/api/service.rb', line 1000

def accountRef
  @accountRef
end

#createdNewAccountObject

Returns the value of attribute createdNewAccount.



1001
1002
1003
# File 'lib/etapper/api/service.rb', line 1001

def createdNewAccount
  @createdNewAccount
end

#matchedMultiplesObject

Returns the value of attribute matchedMultiples.



1002
1003
1004
# File 'lib/etapper/api/service.rb', line 1002

def matchedMultiples
  @matchedMultiples
end