Class: CountMetricComputer
Instance Method Summary
collapse
#initialize, #name, #to_json, #unit
Constructor Details
This class inherits a constructor from MetricComputer
Instance Method Details
#start ⇒ Object
7
8
|
# File 'lib/boxxspring/worker/metrics/count_metric_computer.rb', line 7
def start
end
|
#stop ⇒ Object
10
11
|
# File 'lib/boxxspring/worker/metrics/count_metric_computer.rb', line 10
def stop
end
|
#value ⇒ Object
3
4
5
|
# File 'lib/boxxspring/worker/metrics/count_metric_computer.rb', line 3
def value
@value
end
|