class Alert

Base class / Interface for implementing alert types

Public Instance Methods

send(_destination, _body) click to toggle source
# File lib/alert.rb, line 3
def send(_destination, _body)
  fail 'Method needs to be overridden'
end