class Klaxon::EmailNotification

Included Modules

Defined in:

notifications/email_notification.cr

Constructors

Instance Method Summary

Instance methods inherited from module Klaxon::Log

debug(msg) debug, error(msg) error, info(msg) info, notice(msg) notice, warn(msg) warn

Constructor Detail

def self.new(check_name : String, condition : Klaxon::NotificationCondition::Condition, recipient : String, subject : String, message : String) #

[View source]

Instance Method Detail

def send #

[View source]