Class: RedmineWithGit::Dump::Base
- Inherits:
-
RedmineWithGit::DumpLoad::Base
- Object
- RedmineWithGit::DumpLoad::Base
- RedmineWithGit::Dump::Base
- Defined in:
- lib/redmine_with_git/dump/base.rb
Instance Method Summary collapse
-
#initialize(path, overwrite) ⇒ Base
constructor
A new instance of Base.
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 |