Method: Elasticsearch::Model::Registry#models

Defined in:
lib/elasticsearch/model/multimodel.rb

#modelsObject

Returns a copy of the registered models

[View source]

55
56
57
# File 'lib/elasticsearch/model/multimodel.rb', line 55

def models
  @models.dup
end