module Elasticsearch::API::Remote
Public Instance Methods
remote()
click to toggle source
Proxy method for {RemoteClient}, available in the receiving object
# File lib/elasticsearch/api/namespace/remote.rb, line 31 def remote @remote ||= RemoteClient.new(self) end