Method: Stratify::GitHub::Event::CommitCommentEvent.make
- Defined in:
- lib/stratify-github/events.rb
.make(activity, api_hash) ⇒ Object
16 17 18 19 |
# File 'lib/stratify-github/events.rb', line 16 def self.make(activity, api_hash) activity.repository = repo_url(api_hash['url']) activity end |