Method: Elasticsearch::API::Watcher#watcher
- Defined in:
- lib/elasticsearch/api/namespace/watcher.rb
#watcher ⇒ Object
Proxy method for WatcherClient, available in the receiving object
31 32 33 |
# File 'lib/elasticsearch/api/namespace/watcher.rb', line 31 def watcher @watcher ||= WatcherClient.new(self) end |