class GitLab::User

Direct Known Subclasses

Defined in:

gitlab/user.cr

Constructors

Instance Method Summary

Instance methods inherited from class GitLab::Resource

to_s(io : IO) to_s

Constructor methods inherited from class GitLab::Resource

new(pull : JSON::PullParser) new

Instance methods inherited from class GitLab

api : URI api, api=(api : URI) api=, get(path : String, & : HTTP::Client::Response -> )
get(path : String)
get(uri : URI)
get
, home : Path home, home=(home : Path) home=, markdown(text : String, gfm : Bool = true, project : UInt128 | String | Nil = nil) markdown, namespace namespace, post(path : String, data : NamedTuple) post, project project, project? project?, token : String token, token=(token : String) token=, user(id) : User
user : Me
user
, users users, version version

Class methods inherited from class GitLab

cli(op : OptionParser) cli

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 projects #

[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]