class NotificationServices::NotificationHandler
- NotificationServices::NotificationHandler
- Reference
- Object
Overview
This is the primary class for taking in the JSON that will be used to determine the next actions to perform.
Defined in:
notification_services/notification_handler.crConstructors
Instance Method Summary
- #incoming_notification : NotificationServices::IncomingNotification
- #incoming_notification=(incoming_notification : NotificationServices::IncomingNotification)
-
#process_inbound_notification : Bool
Add/adjust the logic here for how to handle message types
Constructor Detail
Instance Method Detail
def incoming_notification=(incoming_notification : NotificationServices::IncomingNotification)
#