Class: Incline::PasswordReset

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

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



6
7
8
# File 'app/models/incline/password_reset.rb', line 6

def password
  @password
end

#recaptchaObject

Returns the value of attribute recaptcha.



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

def recaptcha
  @recaptcha
end