Class: Ehbrs::Runner::WebUtils::Videos::Download

Inherits:
Object
  • Object
show all
Defined in:
lib/ehbrs/runner/web_utils/videos/download.rb

Instance Method Summary collapse

Instance Method Details

#runObject



16
17
18
19
20
# File 'lib/ehbrs/runner/web_utils/videos/download.rb', line 16

def run
  start_banner
  to_rename.each { |file| process_rename_file(file) }
  to_delete.each { |file| process_delete_file(file) }
end