Gitlab::MergeRequestObjectAttributes
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
action
Sourceaction=(action : String)
Sourceassignee_id
Sourceassignee_id=(assignee_id : Int32 | Nil)
Sourceauthor_id
Sourceauthor_id=(author_id : Int32 | Nil)
Sourcecreated_at
Sourcecreated_at=(created_at : String)
Sourcedescription
Sourcedescription=(description : String)
Sourcehead_pipeline_id
Sourcehead_pipeline_id=(head_pipeline_id : Int32 | Nil)
Sourcehuman_time_estimate
Sourcehuman_time_estimate=(human_time_estimate : String | Nil)
Sourcehuman_total_time_spent
Sourcehuman_total_time_spent=(human_total_time_spent : String | Nil)
Sourceid
Sourceid=(id : Int32)
Sourceiid
Sourceiid=(iid : Int32)
Sourcelast_commit
Sourcelast_commit=(last_commit : Commit)
Sourcelast_edited_at
Sourcelast_edited_at=(last_edited_at : String | Nil)
Sourcelast_edited_by_id
Sourcelast_edited_by_id=(last_edited_by_id : Int32 | Nil)
Sourcemerge_commit_sha
Sourcemerge_commit_sha=(merge_commit_sha : String | Nil)
Sourcemerge_error
Sourcemerge_error=(merge_error : String | Nil)
Sourcemerge_params
Sourcemerge_params=(merge_params : MergeParams)
Sourcemerge_status
Sourcemerge_status=(merge_status : String)
Sourcemerge_user_id
Sourcemerge_user_id=(merge_user_id : Int32 | Nil)
Sourcemerge_when_pipeline_succeeds
Sourcemerge_when_pipeline_succeeds=(merge_when_pipeline_succeeds : Bool)
Sourcemilestone_id
Sourcemilestone_id=(milestone_id : Int32 | Nil)
Sourceoldrev
Sourceoldrev=(oldrev : String | Nil)
Sourcesource
Sourcesource=(source : Project)
Sourcesource_branch
Sourcesource_branch=(source_branch : String)
Sourcesource_project_id
Sourcesource_project_id=(source_project_id : Int32)
Sourcestate
Sourcestate=(state : String)
Sourcetarget
Sourcetarget=(target : Project)
Sourcetarget_branch
Sourcetarget_branch=(target_branch : String)
Sourcetarget_project_id
Sourcetarget_project_id=(target_project_id : Int32)
Sourcetime_estimate
Sourcetime_estimate=(time_estimate : Int32)
Sourcetitle
Sourcetitle=(title : String)
Sourcetotal_time_spent
Sourcetotal_time_spent=(total_time_spent : Int32)
Sourceupdated_at
Sourceupdated_at=(updated_at : String)
Sourceupdated_by_id
Sourceupdated_by_id=(updated_by_id : Int32 | Nil)
Sourceurl
Sourceurl=(url : String)
Sourcework_in_progress
Sourcework_in_progress=(work_in_progress : Bool)
Source