Method: Lowdown::Notification#expiration
- Defined in:
- lib/lowdown/notification.rb
#expiration ⇒ Time?
Returns 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 |