Class: OneEye::User

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

Instance Method Summary collapse

Methods inherited from Base

api, #attributes, #attributes=, create, #delete, #destroy, find, #initialize, #update, where

Constructor Details

This class inherits a constructor from OneEye::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class OneEye::Base

Instance Method Details

#defaultsObject



5
6
7
# File 'lib/models/user.rb', line 5

def defaults
  @admin_rights ||= {}
end