Method: Stratify::GitHub::Event::WatchEvent.text
- Defined in:
- lib/stratify-github/events.rb
.text(activity) ⇒ Object
221 222 223 |
# File 'lib/stratify-github/events.rb', line 221 def self.text(activity) "#{activity.actor} started watching #{activity.url}" end |