class GitLab::Status

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 availability : String #

[View source]
def clear_status_at : Time | Nil #

[View source]
def emoji : String #

[View source]
def message : String #

[View source]
def message_html : String #

[View source]