struct Mosquito::TestBackend::EnqueuedJob

Defined in:

mosquito/test_backend.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(id : String, klass : ::Mosquito::Job.class, config : Hash(String, String)) #

[View source]

Class Method Detail

def self.from(job_run : JobRun) #

[View source]

Instance Method Detail

def config : Hash(String, String) #

[View source]
def id : String #

[View source]
def klass : Mosquito::Job.class #

[View source]