class Gitlab::Changes

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 assignee : UserChange | Nil #

[View source]
def assignee=(assignee : UserChange | Nil) #

[View source]
def description : StringChange | Nil #

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

[View source]
def head_pipeline_id : IntChange | Nil #

[View source]
def head_pipeline_id=(head_pipeline_id : IntChange | Nil) #

[View source]
def labels : LabelsChange | Nil #

[View source]
def labels=(labels : LabelsChange | Nil) #

[View source]
def last_edited_at : StringChange | Nil #

[View source]
def last_edited_at=(last_edited_at : StringChange | Nil) #

[View source]
def last_edited_by_id : IntChange | Nil #

[View source]
def last_edited_by_id=(last_edited_by_id : IntChange | Nil) #

[View source]
def state : StringChange | Nil #

[View source]
def state=(state : StringChange | Nil) #

[View source]
def total_time_spent : IntChange | Nil #

[View source]
def total_time_spent=(total_time_spent : IntChange | Nil) #

[View source]
def updated_at : StringChange | Nil #

[View source]
def updated_at=(updated_at : StringChange | Nil) #

[View source]
def updated_by_id : IntChange | Nil #

[View source]
def updated_by_id=(updated_by_id : IntChange | Nil) #

[View source]