Class
Arel::Nodes::UpdateStatement
In:
lib/arel/nodes/update_statement.rb
Parent:
Arel::Nodes::Node
Methods
==
eql?
hash
initialize_copy
new
Attributes
key
[RW]
limit
[RW]
orders
[RW]
relation
[RW]
values
[RW]
wheres
[RW]
Public Class methods
new
()
Public Instance methods
==
(other)
Alias for eql?
eql?
(other)
hash
()
initialize_copy
(other)
[Validate]