Module: ES
- Defined in:
- lib/es/client.rb,
lib/es.rb,
lib/es/version.rb,
lib/es/connection.rb,
lib/es/raw_client.rb
Overview
TODO find a better way to wrap serialization to client
Defined Under Namespace
Classes: Client, Connection, RawClient
Constant Summary collapse
- VERSION =
'0.0.3'
Class Method Summary collapse
-
.new(*args) ⇒ Object
faux constructor.
Class Method Details
.new(*args) ⇒ Object
faux constructor
7 8 9 |
# File 'lib/es.rb', line 7 def self.new(*args) # faux constructor Client.new(*args) end |