class MetricFu::MetricHotspots

Public Instance Methods

default_run_options() click to toggle source

TODO remove explicit Churn dependency

# File lib/metric_fu/metrics/hotspots/metric.rb, line 8
def default_run_options
  { start_date: "1 year ago", minimum_churn_count: 10 }
end
enable() click to toggle source
Calls superclass method MetricFu::Metric#enable
# File lib/metric_fu/metrics/hotspots/metric.rb, line 16
def enable
  super
end
has_graph?() click to toggle source
# File lib/metric_fu/metrics/hotspots/metric.rb, line 12
def has_graph?
  false
end
name() click to toggle source
# File lib/metric_fu/metrics/hotspots/metric.rb, line 3
def name
  :hotspots
end