Class: User

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::API, ActiveModel::SecurePassword
Defined in:
app/models/user.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email.



5
6
7
# File 'app/models/user.rb', line 5

def email
  @email
end

#password_digestObject

Returns the value of attribute password_digest.



5
6
7
# File 'app/models/user.rb', line 5

def password_digest
  @password_digest
end