Class: Ector::Multi::Operation::Create

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, model, attributes_block) ⇒ Create

Returns a new instance of Create.



38
39
40
41
# File 'lib/ector-multi/operations.rb', line 38

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