class

Gitlab::User

Inherits JSON::Serializable < Reference < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

avatar_url
Source
avatar_url=(avatar_url : String)
Source
bio=(bio : String)
Source
created_at
Source
created_at=(created_at : Time | Nil)
Source
id=(id : Int32)
Source
linkedin
Source
linkedin=(linkedin : String)
Source
location
Source
location=(location : String)
Source
name
Source
name=(name : String)
Source
organization
Source
organization=(organization : String)
Source
public_email
Source
public_email=(public_email : String | Nil)
Source
state
Source
state=(state : String)
Source
twitter
Source
twitter=(twitter : String)
Source
username
Source
username=(username : String)
Source
web_url
Source
web_url=(web_url : String)
Source
website_url
Source
website_url=(website_url : String)
Source