Class: Webhooks::EventNames

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

Constant Summary collapse

EVENT_PROFILE_PARSE_SUCCESS =
'profile.parse.success'
EVENT_PROFILE_PARSE_ERROR =
'profile.parse.error'
EVENT_PROFILE_SCORE_SUCCESS =
'profile.score.success'
EVENT_PROFILE_SCORE_ERROR =
'profile.score.error'
EVENT_FILTER_TRAIN_SUCCESS =
'filter.train.success'
EVENT_FILTER_TRAIN_ERROR =
'filter.train.error'
EVENT_FILTER_TRAIN_START =
'filter.train.start'
EVENT_FILTER_SCORE_SUCCESS =
'filter.score.success'
EVENT_FILTER_SCORE_ERROR =
'filter.score.error'
EVENT_FILTER_SCORE_START =
'filter.score.start'
ACTION_STAGE_SUCCESS =
'action.stage.success'
ACTION_STAGE_ERROR =
'action.stage.error'
ACTION_RATING_SUCCESS =
'action.rating.success'
ACTION_RATING_ERROR =
'action.rating.error'