ContributorMural::MetroConfig
Inherits YAML::Serializable::Strict < YAML::Serializable < Reference < Object
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
columns
Sourcecolumns=(columns : Int32)
Sourcegap
Sourcegap=(gap : Int32)
Sourceline_width
Sourceline_width=(line_width : Int32)
Sourcerole_lines=(role_lines : Bool)
Split each section into one line per role, named after it — the people who carry no role ride together on an unnamed line.
role_lines?
Split each section into one line per role, named after it — the people who carry no role ride together on an unnamed line.
show_names=(show_names : Bool)
Sourceshow_names?
Sourcestation_size
Sourcestation_size=(station_size : Int32)
Sourcetruncate
Sourcetruncate=(truncate : Int32)
Sourcevalidate
Sourceweave=(weave : Bool)
Interleave a section's lines so their routes cross one another, the way
a real network does. Only does anything where role_lines yields more
than one line.
weave?
Interleave a section's lines so their routes cross one another, the way
a real network does. Only does anything where role_lines yields more
than one line.