Class: RedmineWithGit::DumpLoad::Base

Inherits:
Object
  • Object
show all
Includes:
ActionView::Helpers::NumberHelper
Defined in:
lib/redmine_with_git/dump_load/base.rb

Direct Known Subclasses

RedmineWithGit::Dump::Base, Load::Base

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ Base

Returns a new instance of Base.



6
7
8
9
# File 'lib/redmine_with_git/dump_load/base.rb', line 6

def initialize(path)
  @path = path
  run
end