struct Octokit::Models::CommitCommentEvent
- Octokit::Models::CommitCommentEvent
- Struct
- Value
- Object
Defined in:
octokit/models/event_types.crConstructors
- .new(comment : RepositoryComment, action : Union(String, Nil), repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
- .new(__temp_1302 : JSON::PullParser)
Instance Method Summary
- #action : Union(String, Nil)
- #action=(_action : Union(String, Nil))
- #comment : RepositoryComment
- #comment=(_comment : RepositoryComment)
- #installation : Union(Installation, Nil)
- #installation=(_installation : Union(Installation, Nil))
- #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(comment : RepositoryComment, action : Union(String, Nil), repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
#