struct GitLab::Project::Owner

Included Modules

Defined in:

gitlab/project.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : UInt128, name : String | Nil, created_at : Time | 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, created_at _created_at = @created_at) #

[View source]
def created_at : Time | Nil #

def id : UInt128 #

def name : String | Nil #