Class: NoBrainer::Document::Index::MetaStore

Inherits:
Object
  • Object
show all
Includes:
NoBrainer::Document, Timestamps
Defined in:
lib/no_brainer/document/index/meta_store.rb

Instance Method Summary collapse

Methods included from Timestamps

#_create, #_update, #cache_key, #touch

Methods included from Autoload

#autoload, #autoload_and_include, #eager_autoload, #eager_load!, extended

Instance Method Details

#rql_functionObject



19
20
21
# File 'lib/no_brainer/document/index/meta_store.rb', line 19

def rql_function
  JSON.load(super)
end

#rql_function=(value) ⇒ Object



15
16
17
# File 'lib/no_brainer/document/index/meta_store.rb', line 15

def rql_function=(value)
  super(JSON.dump(value))
end