module Elasticsearch::API::Watcher

Public Instance Methods

watcher() click to toggle source

Proxy method for {WatcherClient}, available in the receiving object

# File lib/elasticsearch/watcher.rb, line 28
def watcher
  @watcher ||= WatcherClient.new(self)
end