Method: Jaql::Resource#show
- Defined in:
- lib/jaql/resource.rb
#show(query_spec = {}) ⇒ Object
23 24 25 |
# File 'lib/jaql/resource.rb', line 23 def show(query_spec={}) JSONString.new SqlGeneration::RunnableQuery.for(scope, query_spec).json_row end |