Class: GHADownloader

Inherits:
GHArchive::Downloader show all
Defined in:
lib/gh-archive/legacy.rb

Instance Method Summary collapse

Methods inherited from GHArchive::Downloader

#download, #logger=, #max

Methods included from GHArchive::Utils

#each_time, #get_gha_filename, #read_gha_file, #read_gha_file_content

Constructor Details

#initialize(*args) ⇒ GHADownloader

Returns a new instance of GHADownloader.



27
28
29
30
# File 'lib/gh-archive/legacy.rb', line 27

def initialize(*args)
    warn "FolderGHAProvider is deprecated. Please use GHArchive::FolderProvider instead."
    super
end