Method: Twterm::Event::Notification::Like#title

Defined in:
lib/twterm/event/notification/favorite.rb

#titleString

Returns notification title.

Returns:

  • (String)

    notification title



20
21
22
# File 'lib/twterm/event/notification/favorite.rb', line 20

def title
  "@#{user.screen_name} has liked your tweet"
end