struct

Octokit::Models::PullRequestComment

Inherits Struct < Value < Object

Constructors

new(id : Int64, node_id : String, in_reply_to : Int64, body : String, path : String, diff_hunk : String, pull_request_review_id : Int64, position : Int32, original_position : Int32, commit_id : String, original_commit_id : String, user : User, reactions : Reactions, created_at : Time, updated_at : Time, author_association : String, url : String, html_url : String, pull_request_url : String)
new(__temp_3084 : JSON::PullParser)

Instance methods

author_association
author_association=(_author_association : String)
body
body=(_body : String)
commit_id
commit_id=(_commit_id : String)
created_at
created_at=(_created_at : Time)
diff_hunk
diff_hunk=(_diff_hunk : String)
html_url
html_url=(_html_url : String)
id
id=(_id : Int64)
in_reply_to
in_reply_to=(_in_reply_to : Int64)
node_id
node_id=(_node_id : String)
original_commit_id
original_commit_id=(_original_commit_id : String)
original_position
original_position=(_original_position : Int32)
path
path=(_path : String)
position
position=(_position : Int32)
pull_request_review_id
pull_request_review_id=(_pull_request_review_id : Int64)
pull_request_url
pull_request_url=(_pull_request_url : String)
reactions
reactions=(_reactions : Reactions)
to_json(json : JSON::Builder)
updated_at
updated_at=(_updated_at : Time)
url
url=(_url : String)
user
user=(_user : User)