Method: Elasticsearch::API::Remote#remote

Defined in:
lib/elasticsearch/api/namespace/remote.rb

#remoteObject

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