Class: Arel::Nodes::SelectCore

Inherits:
Node
  • Object
show all
Defined in:
lib/arel/extensions/select_core.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Node

#to_sql_and_binds

Instance Attribute Details

#intoObject

Returns the value of attribute into.



8
9
10
# File 'lib/arel/extensions/select_core.rb', line 8

def into
  @into
end

#topObject

Returns the value of attribute top.



9
10
11
# File 'lib/arel/extensions/select_core.rb', line 9

def top
  @top
end