Class: LMC::AuthAction

Inherits:
Object
  • Object
show all
Includes:
JSONAble, ServiceResource
Defined in:
lib/lmc/auth/auth_action.rb

Constant Summary collapse

ACCOUNT_INVITE =

action types

'ACCOUNT_INVITE'
PASSWORD_RESET =
'PASSWORD_RESET'
ACCOUNT_DELETE =
'ACCOUNT_DELETE'
USER_PROFILE_DELETE =
'USER_PROFILE_DELETE'

Instance Method Summary collapse

Methods included from JSONAble

included

Methods included from ServiceResource

#collection_path, included, #post

Instance Method Details

#collection_nameObject



18
19
20
# File 'lib/lmc/auth/auth_action.rb', line 18

def collection_name
  'actions'
end

#service_nameObject



14
15
16
# File 'lib/lmc/auth/auth_action.rb', line 14

def service_name
  'auth'
end