Object
representing json_query calls
Attributes
wrapper | [R] |
How to handle wrapping of results |
Public Class methods
new(expr, path, opts=OPTS)
See JSONBaseOp#query
for documentation of the options.
[show source]
# File lib/sequel/extensions/pg_json_ops.rb 1109 def initialize(expr, path, opts=OPTS) 1110 @wrapper = opts[:wrapper] 1111 super 1112 end