module Elos::Index::Attributes
Public Instance Methods
attribute_keys()
click to toggle source
# File lib/elos/index/attributes.rb, line 9 def attribute_keys self.set_attribute_keys ||= KeysGuesser.guess(given_mappings, mappings_fields) end