Module: OpenSearch::API::RemoteStore
- Defined in:
- lib/opensearch/api/namespace/remote_store.rb,
lib/opensearch/api/actions/remote_store/restore.rb
Defined Under Namespace
Modules: Actions Classes: RemoteStoreClient
Instance Method Summary collapse
-
#remote_store ⇒ Object
Proxy method for RemoteStoreClient, available in the receiving object.
Instance Method Details
#remote_store ⇒ Object
Proxy method for RemoteStoreClient, available in the receiving object
25 26 27 |
# File 'lib/opensearch/api/namespace/remote_store.rb', line 25 def remote_store @remote_store ||= RemoteStoreClient.new(self) end |