struct Octokit::Models::PullRequestReviewCommentEvent
- Octokit::Models::PullRequestReviewCommentEvent
- Struct
- Value
- Object
Defined in:
octokit/models/event_types.crConstructors
- .new(action : String, pull_request : PullRequest, comment : PullRequestComment, changes : Union(EditChange, Nil), repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
- .new(__temp_1776 : JSON::PullParser)
Instance Method Summary
- #action : String
- #action=(_action : String)
- #changes : Union(EditChange, Nil)
- #changes=(_changes : Union(EditChange, Nil))
- #comment : PullRequestComment
- #comment=(_comment : PullRequestComment)
- #installation : Union(Installation, Nil)
- #installation=(_installation : Union(Installation, Nil))
- #pull_request : PullRequest
- #pull_request=(_pull_request : PullRequest)
- #repo : Union(Repository, Nil)
- #repo=(_repo : Union(Repository, Nil))
- #sender : Union(User, Nil)
- #sender=(_sender : Union(User, Nil))
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(action : String, pull_request : PullRequest, comment : PullRequestComment, changes : Union(EditChange, Nil), repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
#