Class: Arel::Nodes::UnqualifiedColumn
- Defined in:
- lib/arel/nodes/unqualified_column.rb
Instance Attribute Summary
Attributes inherited from Unary
Instance Method Summary collapse
Methods inherited from Unary
Methods inherited from Node
#and, #each, #not, #or, #to_sql
Constructor Details
This class inherits a constructor from Arel::Nodes::Unary
Instance Method Details
#column ⇒ Object
7 8 9 |
# File 'lib/arel/nodes/unqualified_column.rb', line 7 def column @expr.column end |
#name ⇒ Object
11 12 13 |
# File 'lib/arel/nodes/unqualified_column.rb', line 11 def name @expr.name end |