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 1000 def initialize(expr, path, opts=OPTS) 1001 @returning = opts[:returning] 1002 @on_empty = opts[:on_empty] 1003 super 1004 end