Class: Ector::Multi::Operation::UpdateAll

Inherits:
Base
  • Object
show all
Defined in:
lib/ector-multi/operations.rb

Instance Attribute Summary

Attributes inherited from Base

#name

Instance Method Summary collapse

Methods inherited from Base

#fail_fast?, #inspect, #run

Constructor Details

#initialize(name, dataset, attributes_block) ⇒ UpdateAll

Returns a new instance of UpdateAll.



66
67
68
69
# File 'lib/ector-multi/operations.rb', line 66

def initialize(name, dataset, attributes_block)
  @dataset = dataset
  super(name, attributes_block)
end