class

ContributorMural::MetroConfig

Inherits YAML::Serializable::Strict < YAML::Serializable < Reference < Object

Constructors

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

columns
Source
columns=(columns : Int32)
Source
gap=(gap : Int32)
Source
line_width
Source
line_width=(line_width : Int32)
Source
role_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.

Source
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.

Source
show_names=(show_names : Bool)
Source
show_names?
Source
station_size
Source
station_size=(station_size : Int32)
Source
truncate
Source
truncate=(truncate : Int32)
Source
validate
Source
weave=(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.

Source
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.

Source