Class: Webhookdb::Jobs::Emailer
- Inherits:
-
Object
- Object
- Webhookdb::Jobs::Emailer
- Extended by:
- Async::ScheduledJob
- Defined in:
- lib/webhookdb/jobs/emailer.rb
Instance Method Summary collapse
Methods included from Async::ScheduledJob
Instance Method Details
#_perform ⇒ Object
11 12 13 |
# File 'lib/webhookdb/jobs/emailer.rb', line 11 def _perform Webhookdb::Message.send_unsent end |