class MiniSql::DeserializerCache

Public Instance Methods

materialize(result) click to toggle source

method takes a raw result and converts to proper objects

# File lib/mini_sql/deserializer_cache.rb, line 6
def materialize(result)
  raise NotImplementedError, "must be implemented by child"
end