class GitLab::User

Included Modules

Defined in:

gitlab/user.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def avatar_url : String #

[View source]
def bio : String | Nil #

[View source]
def bot : Bool | Nil #

[View source]
def created_at : Time | Nil #

[View source]
def discord : String | Nil #

[View source]
def followers : UInt32 | Nil #

[View source]
def following : UInt32 | Nil #

[View source]
def id : UInt128 #

[View source]
def is_followed : Bool | Nil #

[View source]
def job_title : String | Nil #

[View source]
def linkedin : String | Nil #

[View source]
def local_time : String | Nil #

[View source]
def location : String | Nil #

[View source]
def locked : Bool #

[View source]
def organization : String | Nil #

[View source]
def pronouns : String | Nil #

[View source]
def public_email : String | Nil #

[View source]
def skype : String | Nil #

[View source]
def state : String #

[View source]
def twitter : String | Nil #

[View source]
def username : String #

[View source]
def web_url : String #

[View source]
def website_url : String | Nil #

[View source]
def work_information : String | Nil #

[View source]