class SimpleSlack::Notifier

Defined in:

simpleSlack.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(incomming_hook_url : String) #

[View source]

Instance Method Detail

def create_message_json(channel, username, msg, icon, notify_level : NotifyLevel | String = NotifyLevel::NONE) #

[View source]
def send(channel, username, msg, icon, notify_level : NotifyLevel | String = NotifyLevel::NONE) #

[View source]