Module: Elasticsearch::API::License
- Defined in:
- lib/elasticsearch/api/namespace/license.rb,
lib/elasticsearch/api/actions/license/get.rb,
lib/elasticsearch/api/actions/license/post.rb,
lib/elasticsearch/api/actions/license/delete.rb,
lib/elasticsearch/api/actions/license/get_basic_status.rb,
lib/elasticsearch/api/actions/license/get_trial_status.rb,
lib/elasticsearch/api/actions/license/post_start_basic.rb,
lib/elasticsearch/api/actions/license/post_start_trial.rb
Defined Under Namespace
Modules: Actions Classes: LicenseClient
Instance Method Summary collapse
-
#license ⇒ Object
Proxy method for LicenseClient, available in the receiving object.
Instance Method Details
#license ⇒ Object
Proxy method for LicenseClient, available in the receiving object
31 32 33 |
# File 'lib/elasticsearch/api/namespace/license.rb', line 31 def license @license ||= LicenseClient.new(self) end |