Class: Greenroom::Reporter::Null
- Inherits:
-
Reporter
- Object
- Reporter
- Greenroom::Reporter::Null
- Defined in:
- lib/greenroom/reporter.rb
Overview
The default reporter. A host that never configures Greenroom.reporter
gets silence rather than a NotImplementedError, so requiring this gem
alone never breaks a caller that has not wired up delivery yet.
Instance Method Summary collapse
Instance Method Details
#record(event_type, attributes) ⇒ Object
41 42 |
# File 'lib/greenroom/reporter.rb', line 41 def record(event_type, attributes) end |