Class: DoorMat::ForgotPassword

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
app/models/door_mat/forgot_password.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email.



6
7
8
# File 'app/models/door_mat/forgot_password.rb', line 6

def email
  @email
end

#passwordObject

Returns the value of attribute password.



6
7
8
# File 'app/models/door_mat/forgot_password.rb', line 6

def password
  @password
end

#password_confirmationObject

Returns the value of attribute password_confirmation.



6
7
8
# File 'app/models/door_mat/forgot_password.rb', line 6

def password_confirmation
  @password_confirmation
end

#recovery_keyObject

Returns the value of attribute recovery_key.



6
7
8
# File 'app/models/door_mat/forgot_password.rb', line 6

def recovery_key
  @recovery_key
end

#tokenObject

Returns the value of attribute token.



6
7
8
# File 'app/models/door_mat/forgot_password.rb', line 6

def token
  @token
end