struct Workr::Models::JobExecutionData
- Workr::Models::JobExecutionData
- Struct
- Value
- Object
Defined in:
models/models.crConstructors
Instance Method Summary
- #clone
- #copy_with(id _id = @id, start_date _start_date = @start_date, end_date _end_date = @end_date, finished _finished = @finished, exit_code _exit_code = @exit_code)
- #end_date : Time | Nil
- #exit_code : Int32 | Nil
- #finished : Bool
- #id : UInt32
- #start_date : Time
Constructor Detail
def self.new(id : UInt32, start_date : Time, end_date : Time | Nil, finished : Bool, exit_code : Int32 | Nil)
#
Instance Method Detail
def copy_with(id _id = @id, start_date _start_date = @start_date, end_date _end_date = @end_date, finished _finished = @finished, exit_code _exit_code = @exit_code)
#