Method: Chewy::Index.specification
- Defined in:
- lib/chewy/index.rb
.specification ⇒ Chewy::Index::Specification
Returns a specification object instance for this particular index.
220 221 222 |
# File 'lib/chewy/index.rb', line 220 def specification @specification ||= Specification.new(self) end |