class Bigbrother::Config

Defined in:

bigbrother/config.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

Instance Method Detail

def check_every : Int32 #

def check_every=(_check_every : Int32) #

def checks : Array(Bigbrother::Check) #

def checks=(_checks : Array(Check)) #

def notifiers : Array(Bigbrother::Notifier) #

def notifiers=(_notifiers : Array(Notifier)) #

def retries : Int32 #

def retries=(_retries : Int32) #

def to_yaml(__temp_58 : YAML::Nodes::Builder) #