Class: LMC::AuthAction
- Inherits:
-
Object
- Object
- LMC::AuthAction
- 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
Methods included from ServiceResource
#collection_path, included, #post
Instance Method Details
#collection_name ⇒ Object
18 19 20 |
# File 'lib/lmc/auth/auth_action.rb', line 18 def collection_name 'actions' end |
#service_name ⇒ Object
14 15 16 |
# File 'lib/lmc/auth/auth_action.rb', line 14 def service_name 'auth' end |