Module: Elasticsearch::API::Features
- Defined in:
- lib/elasticsearch/api/namespace/features.rb,
lib/elasticsearch/api/actions/features/get_features.rb,
lib/elasticsearch/api/actions/features/reset_features.rb
Defined Under Namespace
Modules: Actions Classes: FeaturesClient
Instance Method Summary collapse
-
#features ⇒ Object
Proxy method for FeaturesClient, available in the receiving object.
Instance Method Details
#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 |