module Elasticsearch::Watcher

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/elasticsearch/watcher.rb, line 7
def self.included(base)
  base.__send__ :include, Elasticsearch::API::Watcher
end