Class: GHArchive::IssueCommentEvent
- Defined in:
- lib/gh-archive/events.rb
Constant Summary
Constants inherited from Event
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Event
#actor, #created_at, #initialize, #json, parse, #public?, #repo
Constructor Details
This class inherits a constructor from GHArchive::Event
Class Method Details
.fits?(json) ⇒ Boolean
176 177 178 |
# File 'lib/gh-archive/events.rb', line 176 def self.fits?(json) return json['type'] == "IssueCommentEvent" end |