class SpamNotificationWorker
- SpamNotificationWorker
- Mosquito::QueuedJob
- Mosquito::Job
- Reference
- Object
Defined in:
jobs/spam_notification_worker.crConstructors
Class Method Summary
Instance Method Summary
- #build_job_run
- #notification_to_send_to_slack : String
- #notification_to_send_to_slack=(value : String) : String
- #notification_to_send_to_slack? : String | Nil
-
#perform
abstract, override in a Job descendant to do something productive
- #vars_from(config : Hash(String, String))
Macro Summary
Constructor Detail
Class Method Detail
Instance Method Detail
def perform
#
Description copied from class Mosquito::Job
abstract, override in a Job descendant to do something productive