Config
Inherits YAML::Serializable < Reference < Object
Constructors
new(filename : String, project : String, environment : String)
Sourcenew(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew(filename : String)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
add_flag(key : String, name : String, enabled : Bool)
Sourceclear_flags
Sourceenvironment
Sourceenvironment=(environment : String)
Sourcefilename
Sourcefilename=(filename : String)
Sourceflags
Sourceproject
Sourceproject=(project : String)
Sourcesave
Sourcetoken
Sourcetoken=(token : String)
Source