struct

ThreadAnalysisService::BranchInfo

Inherits Struct < Value < Object

Constructors

new(root_id : Int64, score : Int32, object_count : Int32, author_count : Int32, depth_range : Tuple(Int32, Int32), time_range : Tuple(Time | Nil, Time | Nil), object_ids : Array(Int64))
Source

Instance methods

author_count
clone
Source
copy_with(root_id _root_id = @root_id, score _score = @score, object_count _object_count = @object_count, author_count _author_count = @author_count, depth_range _depth_range = @depth_range, time_range _time_range = @time_range, object_ids _object_ids = @object_ids)
Source
depth_range
object_count
object_ids
root_id
score
time_range