struct Octokit::Models::PullRequestComment
- Octokit::Models::PullRequestComment
- Struct
- Value
- Object
Defined in:
octokit/models/pull_comments.crConstructors
- .new(id : Int64, node_id : String, in_reply_to : Union(Int64, Nil), 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_3211 : JSON::PullParser)
Instance Method Summary
- #author_association : String
- #author_association=(_author_association : String)
- #body : String
- #body=(_body : String)
- #commit_id : String
- #commit_id=(_commit_id : String)
- #created_at : Time
- #created_at=(_created_at : Time)
- #diff_hunk : String
- #diff_hunk=(_diff_hunk : String)
- #html_url : String
- #html_url=(_html_url : String)
- #id : Int64
- #id=(_id : Int64)
- #in_reply_to : Union(Int64, Nil)
- #in_reply_to=(_in_reply_to : Union(Int64, Nil))
- #node_id : String
- #node_id=(_node_id : String)
- #original_commit_id : String
- #original_commit_id=(_original_commit_id : String)
- #original_position : Int32
- #original_position=(_original_position : Int32)
- #path : String
- #path=(_path : String)
- #position : Int32
- #position=(_position : Int32)
- #pull_request_review_id : Int64
- #pull_request_review_id=(_pull_request_review_id : Int64)
- #pull_request_url : String
- #pull_request_url=(_pull_request_url : String)
- #reactions : Reactions
- #reactions=(_reactions : Reactions)
- #to_json(json : JSON::Builder)
- #updated_at : Time
- #updated_at=(_updated_at : Time)
- #url : String
- #url=(_url : String)
- #user : User
- #user=(_user : User)
Constructor Detail
def self.new(id : Int64, node_id : String, in_reply_to : Union(Int64, Nil), 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)
#