class PackageDownloader
- PackageDownloader
- Reference
- Object
Defined in:
models/package_downloader.crConstructors
Instance Method Summary
-
#download
downloads a folder and zips it upon storage
-
#package_name
appends the version number to the name of the package.
-
#zipped_package
compressess/zips a package
Constructor Detail
def self.new(name : String, version_number : String, download_url : String, download_path : String)
#
Instance Method Detail
def package_name
#
appends the version number to the name of the package. this will be used both as a name for the package to be downloaded as a zip file and as the name of the package after unzipping