class SimpleSlack::Notifier
- SimpleSlack::Notifier
- Reference
- Object
Defined in:
simpleSlack.crConstructors
Instance Method Summary
- #create_message_json(channel, username, msg, icon, notify_level : NotifyLevel | String = NotifyLevel::NONE)
- #send(channel, username, msg, icon, notify_level : NotifyLevel | String = NotifyLevel::NONE)
Constructor Detail
Instance Method Detail
def create_message_json(channel, username, msg, icon, notify_level : NotifyLevel | String = NotifyLevel::NONE)
#