struct
ThreadAnalysisService::BranchInfo
- ThreadAnalysisService::BranchInfo
- Struct
- Value
- Object
Defined in:
services/thread_analysis_service.crConstructors
Instance Method Summary
- #author_count : Int32
- #clone
- #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)
- #depth_range : Tuple(Int32, Int32)
- #object_count : Int32
- #object_ids : Array(Int64)
- #root_id : Int64
- #score : Int32
- #time_range : Tuple(Time | Nil, Time | Nil)
Constructor Detail
def self.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))
#
Instance Method Detail
def 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)
#