Class: Chef::Deployment::Monitor::Sink
- Inherits:
-
Object
- Object
- Chef::Deployment::Monitor::Sink
- Defined in:
- lib/chef_deployment_monitor/sinks.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#receive(_data) ⇒ Object
6 7 8 |
# File 'lib/chef_deployment_monitor/sinks.rb', line 6 def receive(_data) fail 'must be implemented by subclass' end |