class Bigbrother::Notifier::Console

Included Modules

Defined in:

bigbrother/notifier/console.cr

Constructors

Class Method Summary

Instance Method Summary

Macro Summary

Instance methods inherited from module Bigbrother::Notifier

app : Bigbrother::App | Nil app, app=(app : Bigbrother::App | Nil) app=, notify(response : Check::Response, only_errors : Bool) notify, start(app : App) start

Constructor methods inherited from module Bigbrother::Notifier

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) new

Constructor Detail

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

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

Class Method Detail

def self.type #

[View source]

Instance Method Detail

def colorize : Bool #
Description copied from module Colorize::ObjectExtensions

Turns self into a Colorize::Object.


def colorize=(_colorize : Bool) #

def notify(response, only_errors) #

[View source]
def to_yaml(__temp_120 : YAML::Nodes::Builder) #

def type : String #

def type=(_type : String) #

Macro Detail

macro config(type, **properties) #

[View source]