class GitLab::User
- GitLab::User
- GitLab::Resource
- GitLab
- Reference
- Object
Direct Known Subclasses
Defined in:
gitlab/user.crConstructors
Instance Method Summary
- #avatar_url : String
- #bio : String | Nil
- #bot : Bool | Nil
- #created_at : Time | Nil
- #discord : String | Nil
- #followers : UInt32 | Nil
- #following : UInt32 | Nil
- #id : UInt128
- #is_followed : Bool | Nil
- #job_title : String | Nil
- #linkedin : String | Nil
- #local_time : String | Nil
- #location : String | Nil
- #locked : Bool
- #organization : String | Nil
- #projects
- #pronouns : String | Nil
- #public_email : String | Nil
- #skype : String | Nil
- #state : String
- #twitter : String | Nil
- #username : String
- #web_url : String
- #website_url : String | Nil
- #work_information : String | Nil
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