class Elasticsearch::Drain::Base

Attributes

client[R]

@attribute [r] The Elasticsearch client object

Public Class Methods

new(client) click to toggle source
# File lib/elasticsearch/drain/base.rb, line 8
def initialize(client)
  @client = client
end