Class: User

Inherits:
Object
  • Object
show all
Defined in:
lib/del/user.rb

Instance Method Summary collapse

Constructor Details

#initialize(attributes) ⇒ User

Returns a new instance of User.



2
3
4
# File 'lib/del/user.rb', line 2

def initialize(attributes)
  @attributes = attributes
end