Module: Eson::Shared::Index

Extended by:
API
Defined in:
lib/eson/shared/core/index.rb

Instance Method Summary collapse

Methods included from API

multi_index, multi_types, no_indices, parameters, register, source_param

Methods included from Chainable

#chainable, #extendable

Instance Method Details

#item=(item) ⇒ Object



27
28
29
30
# File 'lib/eson/shared/core/index.rb', line 27

def item=(item)
  warn("item= is deprecated and replaced by doc=")
  self.doc = item
end