class
TandaCLI::Models::ClockInBackfill
- TandaCLI::Models::ClockInBackfill
- Reference
- Object
Defined in:
tanda_cli/models/clock_in_backfill.crtanda_cli/models/clock_in_backfill/entry.cr
Constructors
Instance Method Summary
- #add(clock_type : ClockType, input : String) : Entry | Error::Base
- #can_break? : Bool
- #can_finish? : Bool
- #complete? : Bool
- #day : Time
- #entries : Array(Entry)
- #needs_start? : Bool
- #on_break? : Bool
- #ongoing_shift : WorkedShift | Nil