Class: Sneaql::RepoManagers::LocalFileSystemRepoManager
- Inherits:
-
Core::RepoDownloadManager
- Object
- Core::RepoDownloadManager
- Sneaql::RepoManagers::LocalFileSystemRepoManager
- Defined in:
- lib/sneaql_lib/repo_manager.rb
Overview
refers to repo in local file system
Instance Attribute Summary
Attributes inherited from Core::RepoDownloadManager
Instance Method Summary collapse
-
#manage_repo ⇒ Object
Repo is simply a local file system reference.
Methods inherited from Core::RepoDownloadManager
#drop_and_rebuild_directory, #initialize, #unzip_file
Constructor Details
This class inherits a constructor from Sneaql::Core::RepoDownloadManager
Instance Method Details
#manage_repo ⇒ Object
Repo is simply a local file system reference.
87 88 89 90 91 |
# File 'lib/sneaql_lib/repo_manager.rb', line 87 def manage_repo # overrides the value created by the # constructor with the directory provided @repo_base_dir = @params[:repo_base_dir] end |