struct ThreadAnalysisService::TimeBucket

Defined in:

services/thread_analysis_service.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(time_range : Tuple(Time, Time), object_count : Int32, cumulative_count : Int32, author_count : Int32, object_ids : Array(Int64)) #

[View source]

Instance Method Detail

def author_count : Int32 #

def clone #

[View source]
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) #

[View source]
def cumulative_count : Int32 #

def object_count : Int32 #

def object_ids : Array(Int64) #

def time_range : Tuple(Time, Time) #