struct Config
- Config
- Struct
- Value
- Object
Included Modules
- YAML::Serializable
Defined in:
config.crConstant Summary
-
INSTANCE =
File.open(ENV.fetch("CONFIG", "/etc/webcron/config.yml")) do |file| Config.from_yaml(file) end
File.open(ENV.fetch("CONFIG", "/etc/webcron/config.yml")) do |file|
Config.from_yaml(file)
end