Class: Swiftype::Client

Inherits:
Object
  • Object
show all
Includes:
Engine, Connection
Defined in:
lib/swiftype/client.rb

Defined Under Namespace

Modules: Engine

Instance Method Summary collapse

Methods included from Engine

#create_engine, #destroy_engine, #engine, #update_engine

Methods included from Connection

#connection

Methods included from Request

#delete, #get, #post, #put

Constructor Details

#initialize(options = {}) ⇒ Client

Returns a new instance of Client.



5
6
# File 'lib/swiftype/client.rb', line 5

def initialize(options={})
end