struct TandaCLI::Models::ClockInBackfill::Break

Defined in:

tanda_cli/models/clock_in_backfill/break.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(start : Time, finish : Time | Nil, paid : Bool) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(start _start = @start, finish _finish = @finish, paid _paid = @paid) #

[View source]
def finish : Time | Nil #

def paid : Bool #

def start : Time #