Octokit::Models::PullRequest
Constructors
new(id : Int64, number : Int32, state : String, title : String, body : String, created_at : Time, updated_at : Time, closed_at : String, merged_at : String, labels : Array(Label), user : User, draft : Bool, merged : Bool, mergeable : Bool, mergeable_state : String, merged_by : String, merge_commit_sha : String, comments : Int32, commits : Int32, additions : Int32, deletions : Int32, changed_files : Int32, url : String, html_url : String, issue_url : String, statuses_url : String, diff_url : String, patch_url : String, commits_url : String, comments_url : String, review_comment_url : String, review_comments : Int32, assignee : User, assignees : Array(User), milestone : Milestone, maintainer_can_modify : Bool, author_association : String, node_id : String, requested_reviewers : Array(User), requested_teams : Array(Team), links : PRLinks, head : PullRequestBranch, base : PullRequestBranch, active_lock_reason : String)
new(__temp_3198 : JSON::PullParser)
Instance methods
active_lock_reason
active_lock_reason=(_active_lock_reason : String)
additions
additions=(_additions : Int32)
assignee
assignee=(_assignee : User)
assignees
author_association
author_association=(_author_association : String)
base
base=(_base : PullRequestBranch)
body
body=(_body : String)
changed_files
changed_files=(_changed_files : Int32)
closed_at
closed_at=(_closed_at : String)
comments
comments=(_comments : Int32)
comments_url
comments_url=(_comments_url : String)
commits
commits=(_commits : Int32)
commits_url
commits_url=(_commits_url : String)
created_at
created_at=(_created_at : Time)
deletions
deletions=(_deletions : Int32)
diff_url
diff_url=(_diff_url : String)
draft
draft=(_draft : Bool)
head
head=(_head : PullRequestBranch)
html_url
html_url=(_html_url : String)
id
id=(_id : Int64)
issue_url
issue_url=(_issue_url : String)
labels
links
links=(_links : PRLinks)
maintainer_can_modify
maintainer_can_modify=(_maintainer_can_modify : Bool)
merge_commit_sha
merge_commit_sha=(_merge_commit_sha : String)
mergeable
mergeable=(_mergeable : Bool)
mergeable_state
mergeable_state=(_mergeable_state : String)
merged
merged=(_merged : Bool)
merged_at
merged_at=(_merged_at : String)
merged_by
merged_by=(_merged_by : String)
milestone
milestone=(_milestone : Milestone)
node_id
node_id=(_node_id : String)
number
number=(_number : Int32)
patch_url
patch_url=(_patch_url : String)
requested_reviewers
requested_teams
review_comment_url
review_comment_url=(_review_comment_url : String)
review_comments
review_comments=(_review_comments : Int32)
state
state=(_state : String)
statuses_url
statuses_url=(_statuses_url : String)
title
title=(_title : String)
to_json(json : JSON::Builder)
updated_at
updated_at=(_updated_at : Time)
url
url=(_url : String)
user
user=(_user : User)