Class: DoorMat::ChangePassword

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

Instance Attribute Summary collapse

Instance Attribute Details

#new_passwordObject

Returns the value of attribute new_password.



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

def new_password
  @new_password
end

#new_password_confirmationObject

Returns the value of attribute new_password_confirmation.



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

def new_password_confirmation
  @new_password_confirmation
end

#old_passwordObject

Returns the value of attribute old_password.



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

def old_password
  @old_password
end