class Stoplight::Notifier::Base
@abstract
Public Instance Methods
notify(_light, _from_color, _to_color, _error)
click to toggle source
@param _light [Light] @param _from_color [String] @param _to_color [String] @param _error [Exception, nil] @return [String]
# File lib/stoplight/notifier/base.rb, line 12 def notify(_light, _from_color, _to_color, _error) raise NotImplementedError end