struct

Chronicle::Models::DailyRollup

Inherits JSON::Serializable < Struct < Value < Object

Represents a consolidated daily rollup for long-term historical querying.

Constructors

new(date : String, project : String, total_seconds : Float64, command_count : Int32, commit_count : Int32, summary_json : String = "{}", id : Int64 | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

command_count
Source
command_count=(command_count : Int32)
Source
commit_count
Source
commit_count=(commit_count : Int32)
Source
date
Source
date=(date : String)
Source
id=(id : Int64 | Nil)
Source
project
Source
project=(project : String)
Source
summary_json
Source
summary_json=(summary_json : String)
Source
total_seconds
Source
total_seconds=(total_seconds : Float64)
Source