Method: Sequel::Postgres::JSONQueryOp#initialize
- Defined in:
- lib/sequel/extensions/pg_json_ops.rb
permalink #initialize(expr, path, opts = OPTS) ⇒ JSONQueryOp
See JSONBaseOp#query for documentation of the options.
1093 1094 1095 1096 |
# File 'lib/sequel/extensions/pg_json_ops.rb', line 1093 def initialize(expr, path, opts=OPTS) @wrapper = opts[:wrapper] super end |