class ProtoHackers::JobCentre::Job
- ProtoHackers::JobCentre::Job
- Reference
- Object
Defined in:
9_job_centre.crConstructors
Instance Method Summary
- #id : UInt64
- #id=(id : UInt64)
- #payload : Hash(String, String)
- #payload=(payload : Hash(String, String))
- #priority : Int32
- #priority=(priority : Int32)
- #queue : String
- #queue=(queue : String)
Constructor Detail
def self.new(id : UInt64, queue : String, priority : Int32, payload : Hash(String, String))
#