Module: Elasticsearch::API::Watcher
- Defined in:
- lib/elasticsearch/watcher.rb,
lib/elasticsearch/watcher/api/actions/info.rb,
lib/elasticsearch/watcher/api/actions/stop.rb,
lib/elasticsearch/watcher/api/actions/start.rb,
lib/elasticsearch/watcher/api/actions/stats.rb,
lib/elasticsearch/watcher/api/actions/restart.rb,
lib/elasticsearch/watcher/api/actions/ack_watch.rb,
lib/elasticsearch/watcher/api/actions/get_watch.rb,
lib/elasticsearch/watcher/api/actions/put_watch.rb,
lib/elasticsearch/watcher/api/actions/delete_watch.rb,
lib/elasticsearch/watcher/api/actions/execute_watch.rb
Defined Under Namespace
Modules: Actions Classes: WatcherClient
Instance Method Summary collapse
-
#watcher ⇒ Object
Proxy method for WatcherClient, available in the receiving object.
Instance Method Details
#watcher ⇒ Object
Proxy method for WatcherClient, available in the receiving object
28 29 30 |
# File 'lib/elasticsearch/watcher.rb', line 28 def watcher @watcher ||= WatcherClient.new(self) end |