Class: Arel::Nodes::JSONBDashDoubleArrow

Inherits:
JSONBOperator
  • Object
show all
Defined in:
lib/arel/nodes/jsonb_dash_double_arrow.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from JSONBOperator

#name, #relation

Instance Method Summary collapse

Methods inherited from JSONBOperator

#initialize, #right_side

Constructor Details

This class inherits a constructor from Arel::Nodes::JSONBOperator

Instance Method Details

#operatorObject



4
5
6
# File 'lib/arel/nodes/jsonb_dash_double_arrow.rb', line 4

def operator
  '->>'
end