Class: AlertDesigner::Formatters::Formatter

Inherits:
Object
  • Object
show all
Defined in:
lib/alertdesigner/formatters.rb

Overview

basic (abstract) class to inherit from for formatters

Direct Known Subclasses

Nagios

Instance Method Summary collapse

Instance Method Details

#format(_type, _value) ⇒ Object



5
6
7
# File 'lib/alertdesigner/formatters.rb', line 5

def format(_type, _value)
  raise "'format' method not implemented."
end