Class: Arel::Nodes::UnqualifiedColumn

Inherits:
Unary
  • Object
show all
Defined in:
lib/arel/nodes/unqualified_column.rb

Instance Attribute Summary

Attributes inherited from Unary

#expr

Instance Method Summary collapse

Methods inherited from Unary

#initialize

Methods inherited from Node

#and, #each, #not, #or, #to_sql

Constructor Details

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

Instance Method Details

#columnObject



7
8
9
# File 'lib/arel/nodes/unqualified_column.rb', line 7

def column
  @expr.column
end

#nameObject



11
12
13
# File 'lib/arel/nodes/unqualified_column.rb', line 11

def name
  @expr.name
end