Module: Elasticsearch::API::Remote
- Defined in:
- lib/elasticsearch/api/namespace/remote.rb
Defined Under Namespace
Modules: Actions Classes: RemoteClient
Instance Method Summary collapse
-
#remote ⇒ Object
Proxy method for RemoteClient, available in the receiving object.
Instance Method Details
#remote ⇒ Object
Proxy method for RemoteClient, available in the receiving object
31 32 33 |
# File 'lib/elasticsearch/api/namespace/remote.rb', line 31 def remote @remote ||= RemoteClient.new(self) end |