Class: Umwelt::Abstract::File::Restore

Inherits:
Interactor
  • Object
show all
Defined in:
lib/umwelt/abstract/file/restore.rb

Instance Method Summary collapse

Methods inherited from Interactor

#prove

Constructor Details

#initialize(path: '.umwelt', mapper: Struct) ⇒ Restore

Returns a new instance of Restore.



10
11
12
13
14
# File 'lib/umwelt/abstract/file/restore.rb', line 10

def initialize(path: '.umwelt',
               mapper: Struct)
  @path = path
  @mapper = mapper
end