Class: MiniSql::DeserializerCache
- Inherits:
-
Object
- Object
- MiniSql::DeserializerCache
- Defined in:
- lib/mini_sql/deserializer_cache.rb
Instance Method Summary collapse
-
#materialize(result) ⇒ Object
method takes a raw result and converts to proper objects.
Instance Method Details
#materialize(result) ⇒ Object
method takes a raw result and converts to proper objects
6 7 8 |
# File 'lib/mini_sql/deserializer_cache.rb', line 6 def materialize(result) raise NotImplementedError, "must be implemented by child" end |