class Gitlab::Label

Included Modules

Defined in:

webhooks/common.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def color : String #

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

[View source]
def created_at : String #

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

[View source]
def description : String | Nil #

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

[View source]
def group_id : Int32 | Nil #

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

[View source]
def id : Int32 #

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

[View source]
def label_type : String | Nil #

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

[View source]
def project_id : Int32 | Nil #

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

[View source]
def template : Bool #

[View source]
def template=(template : Bool) #

[View source]
def title : String #

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

[View source]
def updated_at : String #

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

[View source]