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)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
command_count
Sourcecommit_count
Sourcedate
Sourceid
Sourceproject
Sourcesummary_json
Sourcetotal_seconds
Source