Class: Swiftype::Easy

Inherits:
Object
  • Object
show all
Includes:
Connection, Document, DocumentType, Engine, Search
Defined in:
lib/swiftype/easy.rb

Defined Under Namespace

Modules: Document, DocumentType, Engine

Constant Summary

Constants included from Search

Search::VALID_SEARCH_OPTIONS, Search::VALID_SUGGEST_OPTIONS

Instance Method Summary collapse

Methods included from Document

#create_document, #create_documents, #create_or_update_document, #create_or_update_documents, #destroy_document, #destroy_documents, #documents, #update_document, #update_documents

Methods included from DocumentType

#create_document_type, #destroy_document_type, #document_types

Methods included from Engine

#create_engine, #destroy_engine, #engines, #search, #suggest

Methods included from Search

#parse_options, #parse_search_options, #parse_suggest_options

Methods included from Connection

#connection

Methods included from Request

#delete, #get, #post, #put

Constructor Details

#initialize(options = {}) ⇒ Easy

Returns a new instance of Easy.



8
9
# File 'lib/swiftype/easy.rb', line 8

def initialize(options={})
end