Parent

Methods

Class Index [+]

Quicksearch

Arel::Nodes::UnqualifiedColumn

Attributes

attribute[RW]

Public Class Methods

new(attribute) click to toggle source
   # File lib/arel/nodes/unqualified_column.rb, line 6
6:       def initialize attribute
7:         @attribute = attribute
8:       end

Public Instance Methods

column() click to toggle source
    # File lib/arel/nodes/unqualified_column.rb, line 10
10:       def column
11:         @attribute.column
12:       end
name() click to toggle source
    # File lib/arel/nodes/unqualified_column.rb, line 14
14:       def name
15:         @attribute.name
16:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.