struct GitLab::Project::Namespace

Included Modules

Defined in:

gitlab/project.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : UInt128, name : String | Nil, path : String | Nil, kind : String | Nil, full_path : String | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(id _id = @id, name _name = @name, path _path = @path, kind _kind = @kind, full_path _full_path = @full_path) #

[View source]
def full_path : String | Nil #

def id : UInt128 #

def kind : String | Nil #

def name : String | Nil #

def path : String | Nil #