class NotificationServices::NotificationHandler

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.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(json_post_body) #

[View source]

Instance Method Detail

def incoming_notification : NotificationServices::IncomingNotification #

[View source]
def incoming_notification=(incoming_notification : NotificationServices::IncomingNotification) #

[View source]
def process_inbound_notification : Bool #

Add/adjust the logic here for how to handle message types


[View source]