module Elasticsearch::API::Rollup

Public Instance Methods

rollup() click to toggle source

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

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