struct Workr::Models::JobData

Defined in:

models/models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, latest_execution_id : UInt32) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(name _name = @name, latest_execution_id _latest_execution_id = @latest_execution_id) #

[View source]
def latest_execution_id : UInt32 #

def name : String #