Class: RubyTapasDownloader::Downloadable

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_tapas_downloader/downloadable.rb

Overview

The contract for Downloadables.

Instance Method Summary collapse

Instance Method Details

#downloadObject

Should be implemented by children.



4
5
6
# File 'lib/ruby_tapas_downloader/downloadable.rb', line 4

def download
  fail NotImplementedError
end