Method: OpenSearch::API::Features#features
- Defined in:
- lib/opensearch/api/namespace/features.rb
#features ⇒ Object
Proxy method for FeaturesClient, available in the receiving object
40 41 42 |
# File 'lib/opensearch/api/namespace/features.rb', line 40 def features @features ||= FeaturesClient.new(self) end |