Class: MetricFu::HotspotGroupings
- Inherits:
-
Object
- Object
- MetricFu::HotspotGroupings
- Defined in:
- lib/metric_fu/metrics/hotspots/analysis/groupings.rb
Instance Method Summary collapse
- #get_grouping ⇒ Object
-
#initialize(table, opts) ⇒ HotspotGroupings
constructor
A new instance of HotspotGroupings.
Constructor Details
#initialize(table, opts) ⇒ HotspotGroupings
Returns a new instance of HotspotGroupings.
4 5 6 |
# File 'lib/metric_fu/metrics/hotspots/analysis/groupings.rb', line 4 def initialize(table, opts) @table, @opts = table, opts end |
Instance Method Details
#get_grouping ⇒ Object
8 9 10 |
# File 'lib/metric_fu/metrics/hotspots/analysis/groupings.rb', line 8 def get_grouping MetricFu::Grouping.new(@table, @opts) end |