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