module Elasticsearch::API::Common::Client::Base

Base client wrapper

Attributes

client[R]

Public Class Methods

new(client) click to toggle source
# File lib/elasticsearch/api/namespace/common.rb, line 30
def initialize(client)
  @client = client
end