struct Workr::Models::JobData
- Workr::Models::JobData
- Struct
- Value
- Object
Defined in:
models/models.crConstructors
Instance Method Summary
- #clone
- #copy_with(name _name = @name, latest_execution_id _latest_execution_id = @latest_execution_id)
- #latest_execution_id : UInt32
- #name : String
Constructor Detail
Instance Method Detail
def copy_with(name _name = @name, latest_execution_id _latest_execution_id = @latest_execution_id)
#