class CountMetricComputer

Public Instance Methods

start() click to toggle source
# File lib/boxxspring/worker/metrics/count_metric_computer.rb, line 7
def start
end
stop() click to toggle source
# File lib/boxxspring/worker/metrics/count_metric_computer.rb, line 10
def stop 
end
value() click to toggle source
# File lib/boxxspring/worker/metrics/count_metric_computer.rb, line 3
def value 
  @value
end