module ElasticNotifier

Constants

VERSION

Public Class Methods

new(options = {}) click to toggle source
# File lib/elastic_notifier.rb, line 10
def self.new(options = {})
  Notifier.new(options)
end