class

ContributorMural::UserEntry

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

avatar_url
Source
avatar_url=(avatar_url : String | Nil)
Source
group
Source
group=(group : String | Nil)
Source
login
Source
login=(login : String)
Source
name
Source
name=(name : String | Nil)
Source
role
Source
role=(role : String | Nil)
Source
scale

Size multiplier for one person, applied after the ranking every style does for itself. weight says where someone stands in the list, which is not the same question as how large to draw them: a rank is relative to everyone else and moves whenever the list does. Honoured by the styles that derive a size per user (mosaic, spiral, orbit, constellation, pebble, and skyline — the latter in height).

Source
scale=(scale : Float64 | Nil)

Size multiplier for one person, applied after the ranking every style does for itself. weight says where someone stands in the list, which is not the same question as how large to draw them: a rank is relative to everyone else and moves whenever the list does. Honoured by the styles that derive a size per user (mosaic, spiral, orbit, constellation, pebble, and skyline — the latter in height).

Source
weight
Source
weight=(weight : Int32 | Nil)
Source