Module: QuerierDatasetExtensions
- Defined in:
- lib/querier.rb
Instance Method Summary collapse
Instance Method Details
#as_hash ⇒ Object
4 |
# File 'lib/querier.rb', line 4 def as_hash = map(&:symbolize_keys) |
#as_struct ⇒ Object
5 |
# File 'lib/querier.rb', line 5 def as_struct = map { OpenStruct.new(it) } |