struct Conveyor::JobData

Defined in:

job_data.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, type : String, queue : String, attempts : Int32, payload : String, pending : Bool = false, belt : Nil | String = nil) #

[View source]
def self.new(hash : Hash) #

[View source]

Instance Method Detail

def attempts : Int32 #

[View source]
def belt : String | Nil #

[View source]
def id : String #

[View source]
def job : Job #

[View source]
def job_type #

[View source]
def payload : String #

[View source]
def pending? : Bool #

[View source]
def queue : String #

[View source]
def type : String #

[View source]