Method: Twterm::Event::Notification::Like#title
- Defined in:
- lib/twterm/event/notification/favorite.rb
#title ⇒ String
Returns notification title.
20 21 22 |
# File 'lib/twterm/event/notification/favorite.rb', line 20 def title "@#{user.screen_name} has liked your tweet" end |