Class: Arel::Nodes::JsonPathGetObject

Inherits:
InfixOperation
  • Object
show all
Defined in:
lib/arel/extensions/json_path_get_object.rb

Overview

Instance Method Summary collapse

Constructor Details

#initialize(left, right) ⇒ JsonPathGetObject

Returns a new instance of JsonPathGetObject.



5
6
7
# File 'lib/arel/extensions/json_path_get_object.rb', line 5

def initialize(left, right)
  super(:'#>', left, right)
end