Class: Rets::NullStatsReporter
- Inherits:
-
Object
- Object
- Rets::NullStatsReporter
- Defined in:
- lib/rets/client_progress_reporter.rb
Instance Method Summary collapse
- #count(metric_name, count = 1) ⇒ Object
- #gauge(metric_name, measurement) ⇒ Object
- #time(metric_name, &block) ⇒ Object
Instance Method Details
#count(metric_name, count = 1) ⇒ Object
10 11 |
# File 'lib/rets/client_progress_reporter.rb', line 10 def count(metric_name, count=1) end |
#gauge(metric_name, measurement) ⇒ Object
7 8 |
# File 'lib/rets/client_progress_reporter.rb', line 7 def gauge(metric_name, measurement) end |
#time(metric_name, &block) ⇒ Object
3 4 5 |
# File 'lib/rets/client_progress_reporter.rb', line 3 def time(metric_name, &block) block.call end |