Class: Chef::Deployment::Monitor::Sink

Inherits:
Object
  • Object
show all
Defined in:
lib/chef_deployment_monitor/sinks.rb

Direct Known Subclasses

HistoryFileSink, MarkerFileSink

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