class SpamNotificationWorker

Defined in:

jobs/spam_notification_worker.cr

Constructors

Class Method Summary

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(notification_to_send_to_slack : String) #

[View source]
def self.new #

[View source]

Class Method Detail

def self.job_name #

[View source]

Instance Method Detail

def build_job_run #

[View source]
def notification_to_send_to_slack : String #

[View source]
def notification_to_send_to_slack=(value : String) : String #

[View source]
def notification_to_send_to_slack? : String | Nil #

[View source]
def perform #
Description copied from class Mosquito::Job

abstract, override in a Job descendant to do something productive


[View source]
def vars_from(config : Hash(String, String)) #

[View source]

Macro Detail

macro params(*parameters) #

[View source]