Method: Elasticsearch::API::Features#features
- Defined in:
- lib/elasticsearch/api/namespace/features.rb
permalink #features ⇒ Object
Proxy method for FeaturesClient, available in the receiving object
31 32 33 |
# File 'lib/elasticsearch/api/namespace/features.rb', line 31 def features @features ||= FeaturesClient.new(self) end |