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



4
5
6
# File 'lib/Alert.rb', line 4

def Send( destination, body )
       raise "Method needs to be overridden"
end