class ThunderstorePackageDownloader::FileHash
- ThunderstorePackageDownloader::FileHash
- Reference
- Object
Defined in:
thunderstore_downloader/file_hash.crConstructors
Instance Method Summary
-
#build_path
builds the path from the top-most folders of the tree to the innermost folders.
-
#get_file_hash
returns an object that contains the a list of files in the servers and their respectives SHA256 hashes.
Constructor Detail
Instance Method Detail
def build_path
#
builds the path from the top-most folders of the tree to the innermost folders. after the folder path is built, it checks the files inside a directory and appends the name of the file to the directory path to return a complete file path.
def get_file_hash
#
returns an object that contains the a list of files in the servers and their respectives SHA256 hashes.