Module: ElasticNotifier

Defined in:
lib/elastic_notifier.rb,
lib/elastic_notifier/error.rb,
lib/elastic_notifier/signal.rb,
lib/elastic_notifier/version.rb

Defined Under Namespace

Classes: Error, Notifier, Signal

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.new(options = {}) ⇒ Object



10
11
12
# File 'lib/elastic_notifier.rb', line 10

def self.new(options = {})
  Notifier.new(options)
end