Class: SourceMonitor::Analytics::SourceFetchIntervalDistribution::Bucket

Inherits:
Struct
  • Object
show all
Defined in:
lib/source_monitor/analytics/source_fetch_interval_distribution.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



6
7
8
# File 'lib/source_monitor/analytics/source_fetch_interval_distribution.rb', line 6

def count
  @count
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



6
7
8
# File 'lib/source_monitor/analytics/source_fetch_interval_distribution.rb', line 6

def label
  @label
end

#maxObject

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



6
7
8
# File 'lib/source_monitor/analytics/source_fetch_interval_distribution.rb', line 6

def max
  @max
end

#minObject

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



6
7
8
# File 'lib/source_monitor/analytics/source_fetch_interval_distribution.rb', line 6

def min
  @min
end