Module: OpenSearch::API::Security
- Defined in:
- lib/opensearch/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
40 41 42 |
# File 'lib/opensearch/api/namespace/security.rb', line 40 def security @security ||= SecurityClient.new(self) end |