module Elasticsearch::API::Shutdown

Public Instance Methods

shutdown() click to toggle source

Proxy method for {ShutdownClient}, available in the receiving object

# File lib/elasticsearch/api/namespace/shutdown.rb, line 31
def shutdown
  @shutdown ||= ShutdownClient.new(self)
end