Class: Incline::PasswordResetRequest

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model, ActiveModel::Validations
Defined in:
app/models/incline/password_reset_request.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email.



7
8
9
# File 'app/models/incline/password_reset_request.rb', line 7

def email
  @email
end

#recaptchaObject

Returns the value of attribute recaptcha.



8
9
10
# File 'app/models/incline/password_reset_request.rb', line 8

def recaptcha
  @recaptcha
end