Module: Elasticsearch::API::Security
- Defined in:
- lib/elasticsearch/api/namespace/security.rb
Defined Under Namespace
Modules: Actions Classes: SecurityClient
Instance Method Summary collapse
-
#security ⇒ Object
Proxy method for SecurityClient, available in the receiving object.
Instance Method Details
#security ⇒ Object
Proxy method for SecurityClient, available in the receiving object
31 32 33 |
# File 'lib/elasticsearch/api/namespace/security.rb', line 31 def security @security ||= SecurityClient.new(self) end |