struct Store::Entry

Defined in:

store/entry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String | Nil, type : EntryType, time : Time, project : String | Nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(id _id = @id, type _type = @type, time _time = @time, project _project = @project) #

[View source]
def id : String | Nil #

def project : String | Nil #

def start? #

[View source]
def time : Time #

def type : EntryType #