Module: Elasticsearch::Watcher

Defined in:
lib/elasticsearch/watcher.rb,
lib/elasticsearch/watcher/version.rb

Constant Summary collapse

VERSION =
"0.0.2"

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



7
8
9
# File 'lib/elasticsearch/watcher.rb', line 7

def self.included(base)
  base.__send__ :include, Elasticsearch::API::Watcher
end