class Bigbrother::Notifier::Console
- Bigbrother::Notifier::Console
- Reference
- Object
Included Modules
Defined in:
bigbrother/notifier/console.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node, _dummy : Nil)
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Class Method Summary
Instance Method Summary
-
#colorize : Bool
Turns
self
into aColorize::Object
. - #colorize=(_colorize : Bool)
- #notify(response, only_errors)
- #to_yaml(__temp_120 : YAML::Nodes::Builder)
- #type : String
- #type=(_type : String)
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
Class Method Detail
Instance Method Detail
def colorize : Bool
#
Description copied from module Colorize::ObjectExtensions
Turns self
into a Colorize::Object
.