Method: Lowdown::Notification#expiration

Defined in:
lib/lowdown/notification.rb

#expirationTime?

Returns the time until which to retry delivery of a notification. By default it is only tried once.

Returns:

  • (Time, nil)

    the time until which to retry delivery of a notification. By default it is only tried once.



40
41
42
# File 'lib/lowdown/notification.rb', line 40

def expiration
  @expiration
end