struct
ThreadAnalysisService::ThreadAnalysis
- ThreadAnalysisService::ThreadAnalysis
- Struct
- Value
- Object
Defined in:
services/thread_analysis_service.crConstructors
Instance Method Summary
- #author_count : Int32
- #clone
- #copy_with(thread_id _thread_id = @thread_id, root_object_id _root_object_id = @root_object_id, object_count _object_count = @object_count, author_count _author_count = @author_count, max_depth _max_depth = @max_depth, timeline_histogram _timeline_histogram = @timeline_histogram, key_participants _key_participants = @key_participants, notable_branches _notable_branches = @notable_branches, duration_ms _duration_ms = @duration_ms)
- #duration_ms : Float64
- #key_participants : Array(ParticipantInfo)
- #max_depth : Int32
- #notable_branches : Array(BranchInfo)
- #object_count : Int32
- #root_object_id : Int64
- #thread_id : String
- #timeline_histogram : TimelineHistogram | Nil
Constructor Detail
def self.new(thread_id : String, root_object_id : Int64, object_count : Int32, author_count : Int32, max_depth : Int32, timeline_histogram : TimelineHistogram | Nil, key_participants : Array(ParticipantInfo), notable_branches : Array(BranchInfo), duration_ms : Float64)
#
Instance Method Detail
def copy_with(thread_id _thread_id = @thread_id, root_object_id _root_object_id = @root_object_id, object_count _object_count = @object_count, author_count _author_count = @author_count, max_depth _max_depth = @max_depth, timeline_histogram _timeline_histogram = @timeline_histogram, key_participants _key_participants = @key_participants, notable_branches _notable_branches = @notable_branches, duration_ms _duration_ms = @duration_ms)
#