module Elasticsearch::API::QueryRuleset

Public Instance Methods

query_ruleset() click to toggle source

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

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