Class: SourceMonitor::Analytics::SourceFetchIntervalDistribution::Bucket
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::Analytics::SourceFetchIntervalDistribution::Bucket
- Defined in:
- lib/source_monitor/analytics/source_fetch_interval_distribution.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#label ⇒ Object
Returns the value of attribute label.
-
#max ⇒ Object
Returns the value of attribute max.
-
#min ⇒ Object
Returns the value of attribute min.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
6 7 8 |
# File 'lib/source_monitor/analytics/source_fetch_interval_distribution.rb', line 6 def count @count end |
#label ⇒ Object
Returns the value of attribute label
6 7 8 |
# File 'lib/source_monitor/analytics/source_fetch_interval_distribution.rb', line 6 def label @label end |
#max ⇒ Object
Returns the value of attribute max
6 7 8 |
# File 'lib/source_monitor/analytics/source_fetch_interval_distribution.rb', line 6 def max @max end |
#min ⇒ Object
Returns the value of attribute min
6 7 8 |
# File 'lib/source_monitor/analytics/source_fetch_interval_distribution.rb', line 6 def min @min end |