Object
representing json_value calls
Attributes
Public Class methods
new(expr, path, opts=OPTS)
See JSONBaseOp#value
for documentation of the options.
[show source]
# File lib/sequel/extensions/pg_json_ops.rb 1016 def initialize(expr, path, opts=OPTS) 1017 @returning = opts[:returning] 1018 @on_empty = opts[:on_empty] 1019 super 1020 end