* Add sigs and docs to transformers * Add sigs and docs to downloaders * Adds sigs and docs to importers
15 lines
286 B
Text
15 lines
286 B
Text
module Granblue
|
|
module Downloaders
|
|
class DownloadManager
|
|
def self.download_for_object: (
|
|
String type,
|
|
String granblue_id,
|
|
?test_mode: bool,
|
|
?verbose: bool,
|
|
?storage: Symbol
|
|
) -> void
|
|
|
|
private
|
|
end
|
|
end
|
|
end
|