Class: GHADownloader
- Inherits:
-
GHArchive::Downloader
- Object
- GHArchive::Downloader
- GHADownloader
- Defined in:
- lib/gh-archive/legacy.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ GHADownloader
constructor
A new instance of GHADownloader.
Methods inherited from GHArchive::Downloader
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 |