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

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Restore.



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

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