class Gitlab::MergeRequestObjectAttributes

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 action : String #

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

[View source]
def assignee_id : Int32 | Nil #

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

[View source]
def author_id : Int32 | Nil #

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

[View source]
def created_at : String #

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

[View source]
def description : String #

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

[View source]
def head_pipeline_id : Int32 | Nil #

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

[View source]
def human_time_estimate : String | Nil #

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

[View source]
def human_total_time_spent : String | Nil #

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

[View source]
def id : Int32 #

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

[View source]
def iid : Int32 #

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

[View source]
def last_commit : Commit #

[View source]
def last_commit=(last_commit : Commit) #

[View source]
def last_edited_at : String | Nil #

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

[View source]
def last_edited_by_id : Int32 | Nil #

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

[View source]
def merge_commit_sha : String | Nil #

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

[View source]
def merge_error : String | Nil #

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

[View source]
def merge_params : MergeParams #

[View source]
def merge_params=(merge_params : MergeParams) #

[View source]
def merge_status : String #

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

[View source]
def merge_user_id : Int32 | Nil #

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

[View source]
def merge_when_pipeline_succeeds : Bool #

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

[View source]
def milestone_id : Int32 | Nil #

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

[View source]
def oldrev : String | Nil #

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

[View source]
def source : Project #

[View source]
def source=(source : Project) #

[View source]
def source_branch : String #

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

[View source]
def source_project_id : Int32 #

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

[View source]
def state : String #

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

[View source]
def target : Project #

[View source]
def target=(target : Project) #

[View source]
def target_branch : String #

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

[View source]
def target_project_id : Int32 #

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

[View source]
def time_estimate : Int32 #

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

[View source]
def title : String #

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

[View source]
def total_time_spent : Int32 #

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

[View source]
def updated_at : String #

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

[View source]
def updated_by_id : Int32 | Nil #

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

[View source]
def url : String #

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

[View source]
def work_in_progress : Bool #

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

[View source]