class RubyTapasDownloader::Downloadable

The contract for Downloadables.

Public Instance Methods

download() click to toggle source

Should be implemented by children.

# File lib/ruby_tapas_downloader/downloadable.rb, line 4
def download
  fail NotImplementedError
end