Class: Fathom::KnowledgeBase

Inherits:
Object
  • Object
show all
Includes:
Search
Defined in:
lib/fathom/knowledge_base.rb

Instance Method Summary collapse

Methods included from Search

included

Constructor Details

#initialize(opts = {}) ⇒ KnowledgeBase

attr_reader :data_store



16
17
18
19
# File 'lib/fathom/knowledge_base.rb', line 16

def initialize(opts={})
  # opts = OptionsHash.new(opts)
  # @data_store = OpenStruct.new
end