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



6
7
8
# File 'lib/cb/responses/user/check_existing.rb', line 6

def email
  @email
end

#external_idObject

Returns the value of attribute external_id

Returns:

  • (Object)

    the current value of external_id



6
7
8
# File 'lib/cb/responses/user/check_existing.rb', line 6

def external_id
  @external_id
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



6
7
8
# File 'lib/cb/responses/user/check_existing.rb', line 6

def status
  @status
end