Sha256: 91d2adb2cdc9d3405828ca825fbbdc23d6cfe53c91939051a105f6fda9420f9e
Contents?: true
Size: 334 Bytes
Versions: 2
Compression:
Stored size: 334 Bytes
Contents
require "octogate/events/base" require "octogate/gh" module Octogate class Event::IssueComment < Event::Base register_event :issue_comment, self coerce_key :issue, GH::Issue coerce_key :comment, GH::IssueComment 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/issue_comment.rb |
octogate-0.3.0 | lib/octogate/events/issue_comment.rb |