ContributorMural::SkylineConfig
Inherits YAML::Serializable::Strict < YAML::Serializable < Reference < Object
Constants
HEADROOM = 20
Room a building needs above its avatar: the roof band plus the inset that keeps the picture off the parapet.
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
avatar_size
Sourceavatar_size=(avatar_size : Int32)
Sourcegap
Sourcegap=(gap : Int32)
Sourcemax_height
Sourcemax_height=(max_height : Int32)
Sourcemin_height
Sourcemin_height=(min_height : Int32)
Sourceshape
Sourceshape=(shape : Shape)
Sourceshow_names=(show_names : Bool)
Sourceshow_names?
Sourcetruncate
Sourcetruncate=(truncate : Int32)
Sourcevalidate
Sourcewidth
Sourcewidth=(width : Int32)
Sourcewindows=(windows : Bool)
Sourcewindows?
Source