class

Config

Inherits YAML::Serializable < Reference < Object

Constructors

new(filename : String, project : String, environment : String)
Source
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Source
new(filename : String)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

add_flag(key : String, name : String, enabled : Bool)
Source
clear_flags
Source
environment
Source
environment=(environment : String)
Source
filename
Source
filename=(filename : String)
Source
flags
Source
flags=(flags : Array(Flag))
Source
project
Source
project=(project : String)
Source
save
Source
token
Source
token=(token : String)
Source