Class: UserEngage::User

Inherits:
BaseModel
  • Object
show all
Extended by:
Operation::All, Operation::Create, Operation::Find
Includes:
Operation::Destroy, Operation::UpdateAttributes
Defined in:
lib/user_engage/user.rb

Class Method Summary collapse

Methods included from Operation::All

all

Methods included from Operation::Create

create

Methods included from Operation::Find

find

Methods included from Operation::UpdateAttributes

#update_attributes

Methods included from Operation::Destroy

#destroy

Methods inherited from BaseModel

#resource_name

Class Method Details

.resource_nameObject

Class methods ##



68
69
70
# File 'lib/user_engage/user.rb', line 68

def self.resource_name
  'users'
end