class Api42::Project

Included Modules

Defined in:

interfaces/project.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def id : UInt64 #

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

[View source]
def name : String #

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

[View source]
def parent_id : UInt64 | Nil #

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

[View source]
def slug : String #

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

[View source]