Class: Sneaql::RepoManagers::LocalFileSystemRepoManager

Inherits:
Core::RepoDownloadManager show all
Defined in:
lib/sneaql_lib/repo_manager.rb

Overview

refers to repo in local file system

Instance Attribute Summary

Attributes inherited from Core::RepoDownloadManager

#repo_base_dir

Instance Method Summary collapse

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_repoObject

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