primary_app
SourceChronicle::Models::WorkSession
Inherits JSON::Serializable < Reference < Object
Represents a clustered block of contiguous focus and activity.
Constructors
new(start_time : Time, end_time : Time, primary_project : String, primary_app : String, duration_seconds : Float64, commit_count : Int32 = 0, command_count : Int32 = 0, window_count : Int32 = 0)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
command_count
Sourcecommit_count
Sourceduration_hours
Sourceduration_seconds
Sourceend_time
Sourceprimary_project
Sourcestart_time
Sourcewindow_count
Source