struct JoobQ::Scheduler::RecurringJob

Defined in:

joobq/scheduler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(interval : Time::Span, job : String, args : String) #

[View source]

Instance Method Detail

def args : String #

def clone #

[View source]
def copy_with(interval _interval = @interval, job _job = @job, args _args = @args) #

[View source]
def interval : Time::Span #

def job : String #

def to_h #

[View source]