Class: Password

Inherits:
Object
  • Object
show all
Includes:
DataMapper::Resource, DataMapper::Validate
Defined in:
app/models/password.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



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

def password
  @password
end

#password_confirmationObject

Returns the value of attribute password_confirmation.



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

def password_confirmation
  @password_confirmation
end