class Bigbrother::Config
- Bigbrother::Config
- Reference
- Object
Defined in:
bigbrother/config.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node, _dummy : Nil)
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Instance Method Summary
- #check_every : Int32
- #check_every=(_check_every : Int32)
- #checks : Array(Bigbrother::Check)
- #checks=(_checks : Array(Check))
- #notifiers : Array(Bigbrother::Notifier)
- #notifiers=(_notifiers : Array(Notifier))
- #retries : Int32
- #retries=(_retries : Int32)
- #to_yaml(__temp_58 : YAML::Nodes::Builder)