Module: OpenSearch::API::Shutdown
- Defined in:
- lib/opensearch/api/namespace/shutdown.rb,
lib/opensearch/api/actions/shutdown/get_node.rb,
lib/opensearch/api/actions/shutdown/put_node.rb,
lib/opensearch/api/actions/shutdown/delete_node.rb,
lib/opensearch/api/actions/shutdown/params_registry.rb
Defined Under Namespace
Modules: Actions Classes: ShutdownClient
Instance Method Summary collapse
-
#shutdown ⇒ Object
Proxy method for ShutdownClient, available in the receiving object.
Instance Method Details
#shutdown ⇒ Object
Proxy method for ShutdownClient, available in the receiving object
40 41 42 |
# File 'lib/opensearch/api/namespace/shutdown.rb', line 40 def shutdown @shutdown ||= ShutdownClient.new(self) end |