Class: Ector::Multi::Operation::Create
- Defined in:
- lib/ector-multi/operations.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(name, model, attributes_block) ⇒ Create
constructor
A new instance of Create.
Methods inherited from Base
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 |