module Elasticsearch::XPack::API::Watcher

Public Instance Methods

watcher() click to toggle source
# File lib/elasticsearch/xpack/api/namespace/watcher.rb, line 28
def watcher
  @watcher ||= WatcherClient.new(self)
end