Class: Swiftype::Client
- Inherits:
-
Object
- Object
- Swiftype::Client
- Includes:
- Engine, Connection
- Defined in:
- lib/swiftype/client.rb
Defined Under Namespace
Modules: Engine
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Client
constructor
A new instance of Client.
Methods included from Engine
#create_engine, #destroy_engine, #engine, #update_engine
Methods included from Connection
Methods included from Request
Constructor Details
#initialize(options = {}) ⇒ Client
Returns a new instance of Client.
5 6 |
# File 'lib/swiftype/client.rb', line 5 def initialize(={}) end |