Class: User

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/spec/user.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/spec/user.rb', line 3

def password
  @password
end