Class: Fathom::KnowledgeBase
- Inherits:
-
Object
- Object
- Fathom::KnowledgeBase
- Includes:
- Search
- Defined in:
- lib/fathom/knowledge_base.rb
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ KnowledgeBase
constructor
attr_reader :data_store.
Methods included from Search
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 |