struct Conveyor::JobData
- Conveyor::JobData
- Struct
- Value
- Object
Defined in:
job_data.crConstructors
- .new(id : String, type : String, queue : String, attempts : Int32, payload : String, pending : Bool = false, belt : Nil | String = nil)
- .new(hash : Hash)
Instance Method Summary
- #attempts : Int32
- #belt : String | Nil
- #id : String
- #job : Job
- #job_type
- #payload : String
- #pending? : Bool
- #queue : String
- #type : String
Constructor Detail
def self.new(id : String, type : String, queue : String, attempts : Int32, payload : String, pending : Bool = false, belt : Nil | String = nil)
#