Class: Courier::Commons::ChannelClassification

Inherits:
Object
  • Object
show all
Defined in:
lib/trycourier/commons/types/channel_classification.rb

Constant Summary collapse

DIRECT_MESSAGE =
"direct_message"
EMAIL =
"email"
PUSH =
"push"
SMS =
"sms"
WEBHOOK =
"webhook"
INBOX =
"inbox"