Class: Password
- Inherits:
-
Object
- Object
- Password
- Includes:
- DataMapper::Resource, DataMapper::Validate
- Defined in:
- app/models/password.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#password_confirmation ⇒ Object
Returns the value of attribute password_confirmation.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
6 7 8 |
# File 'app/models/password.rb', line 6 def password @password end |
#password_confirmation ⇒ Object
Returns the value of attribute password_confirmation.
6 7 8 |
# File 'app/models/password.rb', line 6 def password_confirmation @password_confirmation end |