module Elos::Index::Model::Attributes

Public Instance Methods

attributes() click to toggle source
# File lib/elos/index/model/attributes.rb, line 4
def attributes
  Hash[self.class.attribute_keys.map { |k| [k, send(k)] }]
end