Method: Lowdown::Notification#topic

Defined in:
lib/lowdown/notification.rb

#topicString?

Returns the ‘topic’ for this notification.

Returns:

  • the ‘topic’ for this notification.



51
52
53
# File 'lib/lowdown/notification.rb', line 51

def topic
  @topic
end