Module: Arel::Compatibility::Wheres::Value

Defined in:
lib/arel/compatibility/wheres.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#visitorObject

Returns the value of attribute visitor.



7
8
9
# File 'lib/arel/compatibility/wheres.rb', line 7

def visitor
  @visitor
end

Instance Method Details

#nameObject



12
13
14
# File 'lib/arel/compatibility/wheres.rb', line 12

def name
  super.to_sym
end

#valueObject



8
9
10
# File 'lib/arel/compatibility/wheres.rb', line 8

def value
  visitor.accept self
end