8 9 10 11 12
# File 'lib/elos/index/model/initializable.rb', line 8 def initialize(attrs = {}) @_data = Elos::Index::Model::Object.new @_attrs = attrs run_callbacks :new end