class Klaxon::EmailNotification
- Klaxon::EmailNotification
- Reference
- Object
Included Modules
Defined in:
notifications/email_notification.crConstructors
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)
#