class Werk::Config
- Werk::Config
- Reference
- Object
Included Modules
- YAML::Serializable
Defined in:
werk/config.crConstructors
Class Method Summary
-
.load_file(path : String)
Load configuration from file
- .load_string(content : String)
Instance Method Summary
- #description : String
- #dotenv : Set(String)
- #jobs : Hash(String, Werk::Config::Job)
- #max_jobs : UInt32
- #max_jobs=(max_jobs : UInt32)
- #variables : Hash(String, String)
- #variables=(variables : Hash(String, String))
- #version : String