class Rets::NullStatsReporter

Public Instance Methods

count(metric_name, count=1) click to toggle source
# File lib/rets/client_progress_reporter.rb, line 10
def count(metric_name, count=1)
end
gauge(metric_name, measurement) click to toggle source
# File lib/rets/client_progress_reporter.rb, line 7
def gauge(metric_name, measurement)
end
time(metric_name, &block) click to toggle source
# File lib/rets/client_progress_reporter.rb, line 3
def time(metric_name, &block)
  block.call
end