module Bigbrother::Notifier

Direct including types

Defined in:

bigbrother/notifier.cr
bigbrother/notifier/console.cr
bigbrother/notifier/telegram.cr

Constant Summary

TYPES = [Bigbrother::Notifier::Console, Bigbrother::Notifier::Telegram] of Class

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def app : Bigbrother::App | Nil #

[View source]
def app=(app : Bigbrother::App | Nil) #

[View source]
abstract def notify(response : Check::Response, only_errors : Bool) #

[View source]
def start(app : App) #

[View source]