struct Store::Entry
- Store::Entry
- Struct
- Value
- Object
Defined in:
store/entry.crConstructors
Instance Method Summary
- #clone
- #copy_with(id _id = @id, type _type = @type, time _time = @time, project _project = @project)
- #id : String | Nil
- #project : String | Nil
- #start?
- #time : Time
- #type : EntryType
Constructor Detail
Instance Method Detail
def copy_with(id _id = @id, type _type = @type, time _time = @time, project _project = @project)
#