Method: Chewy::Index::Adapter::Base#name

Defined in:
lib/chewy/index/adapter/base.rb

#nameObject

Camelcased name.

Raises:

  • (NotImplementedError)


18
19
20
# File 'lib/chewy/index/adapter/base.rb', line 18

def name
  raise NotImplementedError
end