Class: Tracker::BlackholeTracker
- Inherits:
-
Base
- Object
- Base
- Tracker::BlackholeTracker
show all
- Defined in:
- lib/liquid/tracker/blackhole_tracker.rb
Instance Attribute Summary
Attributes inherited from Base
#dimensions
Instance Method Summary
collapse
Methods inherited from Base
#initialize, #with_topic
Constructor Details
This class inherits a constructor from Tracker::Base
Instance Method Details
#down? ⇒ Boolean
8
9
10
|
# File 'lib/liquid/tracker/blackhole_tracker.rb', line 8
def down?
false
end
|
#event(topic, data) ⇒ Object
5
6
|
# File 'lib/liquid/tracker/blackhole_tracker.rb', line 5
def event(topic, data)
end
|
#shutdown ⇒ Object
12
13
|
# File 'lib/liquid/tracker/blackhole_tracker.rb', line 12
def shutdown
end
|