Method: Lowdown::Notification#priority

Defined in:
lib/lowdown/notification.rb

#priorityInteger?

Returns the priority at which to deliver this notification, which may be 10 or 5 if power consumption should be taken into consideration. Defaults to `10.

Returns:

  • (Integer, nil)

    the priority at which to deliver this notification, which may be 10 or 5 if power consumption should be taken into consideration. Defaults to `10.



46
47
48
# File 'lib/lowdown/notification.rb', line 46

def priority
  @priority
end