struct TandaCLI::Models::ClockInBackfill::Entry

Defined in:

tanda_cli/models/clock_in_backfill/entry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(clock_type : Commands::Helpers::ClockType, time : Time) #

[View source]

Instance Method Detail

def clock_type : Commands::Helpers::ClockType #

def clone #

[View source]
def copy_with(clock_type _clock_type = @clock_type, time _time = @time) #

[View source]
def time : Time #