Module: Returning::Arel::Nodes::DeleteUpdateStatement

Defined in:
lib/returning/arel/nodes/delete_update_statement.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#returningsObject

Returns the value of attribute returnings.



5
6
7
# File 'lib/returning/arel/nodes/delete_update_statement.rb', line 5

def returnings
  @returnings
end

Instance Method Details

#initialize_copy(other) ⇒ Object



7
8
9
10
# File 'lib/returning/arel/nodes/delete_update_statement.rb', line 7

def initialize_copy other
  super
  @returnings = @returnings.clone if @returnings
end