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.



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

def visitor
  @visitor
end

Instance Method Details

#nameObject



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

def name
  super.to_sym
end

#valueObject



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

def value
  visitor.accept self
end