Class: Alert

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

Overview

Base class / Interface for implementing alert types

Instance Method Summary collapse

Instance Method Details

#send(_destination, _body) ⇒ Object



3
4
5
# File 'lib/alert.rb', line 3

def send(_destination, _body)
  fail 'Method needs to be overridden'
end