ContributorMural::ResolvedUser
Inherits Struct < Value < Object
A user after merging config entries and API contributors.
Constructors
new(login : String, name : String = login, link : String = "https://github.com/#{login}", avatar_url : Nil | String = nil, weight : Int32 = 1, role : Nil | String = nil, group : Nil | String = nil, scale : Float64 = 1.0)
SourceInstance methods
avatar_url
Sourcegroup
Sourcelink
Sourcelogin
Sourcename
Sourcerole
Sourceweight
Source