class

Jane::Config

Inherits Reference < Object

Constructors

from_file(path : String) : Config
Source
new(log : Jane::LogConfig, check : Jane::CheckConfig, defaults : Jane::DefaultsConfig, hq : Nil | Jane::HQConfig = nil, alert : Nil | Jane::AlertConfig = nil)
Source

Instance methods

alert
Source
alert=(alert : AlertConfig | Nil)
Source
check
Source
check=(check : CheckConfig)
Source
defaults
Source
defaults=(defaults : DefaultsConfig)
Source
hq=(hq : HQConfig | Nil | Nil)
Source
log=(log : LogConfig)
Source