module Elasticsearch::API::Security

Public Instance Methods

security() click to toggle source

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

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