class

Gitlab::MergeRequestObjectAttributes

Inherits JSON::Serializable < Reference < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

action
Source
action=(action : String)
Source
assignee_id
Source
assignee_id=(assignee_id : Int32 | Nil)
Source
author_id
Source
author_id=(author_id : Int32 | Nil)
Source
created_at
Source
created_at=(created_at : String)
Source
description
Source
description=(description : String)
Source
head_pipeline_id
Source
head_pipeline_id=(head_pipeline_id : Int32 | Nil)
Source
human_time_estimate
Source
human_time_estimate=(human_time_estimate : String | Nil)
Source
human_total_time_spent
Source
human_total_time_spent=(human_total_time_spent : String | Nil)
Source
id=(id : Int32)
Source
iid=(iid : Int32)
Source
last_commit
Source
last_commit=(last_commit : Commit)
Source
last_edited_at
Source
last_edited_at=(last_edited_at : String | Nil)
Source
last_edited_by_id
Source
last_edited_by_id=(last_edited_by_id : Int32 | Nil)
Source
merge_commit_sha
Source
merge_commit_sha=(merge_commit_sha : String | Nil)
Source
merge_error
Source
merge_error=(merge_error : String | Nil)
Source
merge_params
Source
merge_params=(merge_params : MergeParams)
Source
merge_status
Source
merge_status=(merge_status : String)
Source
merge_user_id
Source
merge_user_id=(merge_user_id : Int32 | Nil)
Source
merge_when_pipeline_succeeds
Source
merge_when_pipeline_succeeds=(merge_when_pipeline_succeeds : Bool)
Source
milestone_id
Source
milestone_id=(milestone_id : Int32 | Nil)
Source
oldrev
Source
oldrev=(oldrev : String | Nil)
Source
source
Source
source=(source : Project)
Source
source_branch
Source
source_branch=(source_branch : String)
Source
source_project_id
Source
source_project_id=(source_project_id : Int32)
Source
state
Source
state=(state : String)
Source
target
Source
target=(target : Project)
Source
target_branch
Source
target_branch=(target_branch : String)
Source
target_project_id
Source
target_project_id=(target_project_id : Int32)
Source
time_estimate
Source
time_estimate=(time_estimate : Int32)
Source
title
Source
title=(title : String)
Source
total_time_spent
Source
total_time_spent=(total_time_spent : Int32)
Source
updated_at
Source
updated_at=(updated_at : String)
Source
updated_by_id
Source
updated_by_id=(updated_by_id : Int32 | Nil)
Source
url=(url : String)
Source
work_in_progress
Source
work_in_progress=(work_in_progress : Bool)
Source