module Elasticsearch::API::License

Public Instance Methods

license() click to toggle source

Proxy method for {LicenseClient}, available in the receiving object

# File lib/elasticsearch/api/namespace/license.rb, line 31
def license
  @license ||= LicenseClient.new(self)
end