Method: Lowdown::Notification#id

Defined in:
lib/lowdown/notification.rb,
lib/lowdown/notification.rb

#idObject?

Returns a object that uniquely identifies this notification and is coercable to a String.

Returns:

  • (Object, nil)

    a object that uniquely identifies this notification and is coercable to a String.



35
36
37
# File 'lib/lowdown/notification.rb', line 35

def id
  @id
end