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.



8
9
10
11
# File 'lib/redmine_with_git/dump_load/base.rb', line 8

def initialize(path)
  @path = path
  run
end