Module: OpenSearch::API::Remote
- Defined in:
- lib/opensearch/api/namespace/remote.rb,
lib/opensearch/api/actions/remote/info.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
42 43 44 |
# File 'lib/opensearch/api/namespace/remote.rb', line 42 def remote @remote ||= RemoteClient.new(self) end |