Class: Elasticity::InstrumentedClient

Inherits:
Object
  • Object
show all
Defined in:
lib/elasticity/instrumented_client.rb

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ InstrumentedClient

Returns a new instance of InstrumentedClient.



3
4
5
# File 'lib/elasticity/instrumented_client.rb', line 3

def initialize(client)
  @client = client
end