Class: Incline::PasswordReset
- Inherits:
-
Object
- Object
- Incline::PasswordReset
- Includes:
- ActiveModel::Model, ActiveModel::Validations
- Defined in:
- app/models/incline/password_reset.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#recaptcha ⇒ Object
Returns the value of attribute recaptcha.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
6 7 8 |
# File 'app/models/incline/password_reset.rb', line 6 def password @password end |
#recaptcha ⇒ Object
Returns the value of attribute recaptcha.
7 8 9 |
# File 'app/models/incline/password_reset.rb', line 7 def recaptcha @recaptcha end |