Class: Gitlab::ImportExport::Project::Sample::TreeRestorer

Inherits:
TreeRestorer
  • Object
show all
Defined in:
lib/gitlab/import_export/project/sample/tree_restorer.rb

Instance Attribute Summary

Attributes inherited from TreeRestorer

#project, #shared, #user

Instance Method Summary collapse

Methods inherited from TreeRestorer

#initialize, #restore

Constructor Details

This class inherits a constructor from Gitlab::ImportExport::Project::TreeRestorer

Instance Method Details

#relation_factoryObject



12
13
14
# File 'lib/gitlab/import_export/project/sample/tree_restorer.rb', line 12

def relation_factory
  RelationFactory
end

#relation_tree_restorer_classObject



8
9
10
# File 'lib/gitlab/import_export/project/sample/tree_restorer.rb', line 8

def relation_tree_restorer_class
  RelationTreeRestorer
end