struct
ThreadAnalysisService::TimeBucket
- ThreadAnalysisService::TimeBucket
- Struct
- Value
- Object
Defined in:
services/thread_analysis_service.crConstructors
Instance Method Summary
- #author_count : Int32
- #clone
- #copy_with(time_range _time_range = @time_range, object_count _object_count = @object_count, cumulative_count _cumulative_count = @cumulative_count, author_count _author_count = @author_count, object_ids _object_ids = @object_ids)
- #cumulative_count : Int32
- #object_count : Int32
- #object_ids : Array(Int64)
- #time_range : Tuple(Time, Time)
Constructor Detail
def self.new(time_range : Tuple(Time, Time), object_count : Int32, cumulative_count : Int32, author_count : Int32, object_ids : Array(Int64))
#
Instance Method Detail
def copy_with(time_range _time_range = @time_range, object_count _object_count = @object_count, cumulative_count _cumulative_count = @cumulative_count, author_count _author_count = @author_count, object_ids _object_ids = @object_ids)
#