Class: RedmineWithGit::Dump::Base

Inherits:
RedmineWithGit::DumpLoad::Base show all
Defined in:
lib/redmine_with_git/dump/base.rb

Direct Known Subclasses

All, Database, Files, Git

Instance Method Summary collapse

Constructor Details

#initialize(path, overwrite) ⇒ Base

Returns a new instance of Base.



4
5
6
7
# File 'lib/redmine_with_git/dump/base.rb', line 4

def initialize(path, overwrite)
  @overwrite = overwrite
  super(path)
end