Class: Ethel::Operations::Copy
- Inherits:
-
Ethel::Operation
- Object
- Ethel::Operation
- Ethel::Operations::Copy
- Defined in:
- lib/ethel/operations/copy.rb
Instance Method Summary collapse
-
#initialize(field) ⇒ Copy
constructor
A new instance of Copy.
Methods inherited from Ethel::Operation
Constructor Details
#initialize(field) ⇒ Copy
4 5 6 7 |
# File 'lib/ethel/operations/copy.rb', line 4 def initialize(field) super add_child_operation(AddField.new(field)) end |