Method: ActiveSet::Exporting::Operation#initialize
- Defined in:
- lib/active_set/exporting/operation.rb
#initialize(set, instructions_hash) ⇒ Operation
Returns a new instance of Operation.
8 9 10 11 |
# File 'lib/active_set/exporting/operation.rb', line 8 def initialize(set, instructions_hash) @set = set @instructions_hash = instructions_hash end |