Methods

Class/Module Index [+]

Quicksearch

Arel::Nodes::NamedFunction

Attributes

name[RW]

Public Class Methods

new(name, expr, aliaz = nil) click to toggle source
# File lib/arel/nodes/named_function.rb, line 6
def initialize name, expr, aliaz = nil
  super(expr, aliaz)
  @name = name
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.