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

#email ⇒ Object

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_id ⇒ Object

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_token ⇒ Object

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_id ⇒ Object

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

#status ⇒ Object

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_password ⇒ Object

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