Class: Umwelt::Abstract::File::Restore
- Inherits:
-
Interactor
- Object
- Interactor
- Umwelt::Abstract::File::Restore
- Defined in:
- lib/umwelt/abstract/file/restore.rb
Direct Known Subclasses
Episode::File::Restore, History::File::Restore, Project::File::Restore
Instance Method Summary collapse
-
#initialize(path: '.umwelt', mapper: Struct) ⇒ Restore
constructor
A new instance of Restore.
Methods inherited from Interactor
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 |