Class: Cb::Responses::User::CheckExisting::Model

Inherits:
Struct
  • Object
show all
Defined in:
lib/cb/responses/user/check_existing.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



15
16
17
# File 'lib/cb/responses/user/check_existing.rb', line 15

def email
  @email
end

#external_idObject

Returns the value of attribute external_id

Returns:

  • (Object)

    the current value of external_id



15
16
17
# File 'lib/cb/responses/user/check_existing.rb', line 15

def external_id
  @external_id
end

#oauth_tokenObject

Returns the value of attribute oauth_token

Returns:

  • (Object)

    the current value of oauth_token



15
16
17
# File 'lib/cb/responses/user/check_existing.rb', line 15

def oauth_token
  @oauth_token
end

#partner_idObject

Returns the value of attribute partner_id

Returns:

  • (Object)

    the current value of partner_id



15
16
17
# File 'lib/cb/responses/user/check_existing.rb', line 15

def partner_id
  @partner_id
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



15
16
17
# File 'lib/cb/responses/user/check_existing.rb', line 15

def status
  @status
end

#temp_passwordObject

Returns the value of attribute temp_password

Returns:

  • (Object)

    the current value of temp_password



15
16
17
# File 'lib/cb/responses/user/check_existing.rb', line 15

def temp_password
  @temp_password
end