class Gitlab::Owner

Included Modules

Defined in:

lib/gitlab/models.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 avatar_url=(avatar_url : String) #

[View source]
def full_path #

[View source]
def id : Int32 #

[View source]
def id=(id : Int32) #

[View source]
def kind #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def path #

[View source]
def state : String #

[View source]
def state=(state : String) #

[View source]
def username : String #

[View source]
def username=(username : String) #

[View source]
def web_url : String #

[View source]
def web_url=(web_url : String) #

[View source]