Method: Elastictastic::BasicDocument::ClassMethods#default_index=
- Defined in:
- lib/elastictastic/basic_document.rb
#default_index=(value) ⇒ Object
Sets the attribute default_index
119 120 121 |
# File 'lib/elastictastic/basic_document.rb', line 119 def default_index=(value) @default_index = value end |