Sha256: 1a227eb84c09ee9ad4d5c17b34c4e2c2afd27d3b99bb3a29dfa3380a140d7471
Contents?: true
Size: 321 Bytes
Versions: 2
Compression:
Stored size: 321 Bytes
Contents
require "octogate/events/base" require "octogate/gh" module Octogate class Event::PullRequestReviewComment < Event::Base register_event :pull_request_review_comment, self coerce_key :comment, GH::ReviewComment coerce_key :repository, GH::Repository coerce_key :sender, GH::User end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
octogate-0.4.0 | lib/octogate/events/pull_request_review_comment.rb |
octogate-0.3.0 | lib/octogate/events/pull_request_review_comment.rb |