class Gitlab::Namespace

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

[View source]
def avatar_url=(avatar_url : String | Nil) #

[View source]
def full_path : String #

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

[View source]
def id : Int32 #

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

[View source]
def kind : String #

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

[View source]
def name : String #

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

[View source]
def parent_id : Int32 | Nil #

[View source]
def parent_id=(parent_id : Int32 | Nil) #

[View source]
def path : String #

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

[View source]
def web_url : String #

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

[View source]