Class: ROM::JSON::Dataset
- Inherits:
-
Memory::Dataset
- Object
- Memory::Dataset
- ROM::JSON::Dataset
- Defined in:
- lib/rom/json/dataset.rb
Overview
JSON in-memory dataset used by JSON gateways
Class Method Summary collapse
-
.row_proc ⇒ Object
private
Data-row transformation proc.
Class Method Details
.row_proc ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Data-row transformation proc
12 13 14 |
# File 'lib/rom/json/dataset.rb', line 12 def self.row_proc Transproc[:hash_recursion, Transproc[:symbolize_keys]] end |