Class: Oddb2xml::EphaDownloader

Inherits:
Downloader show all
Includes:
DownloadMethod
Defined in:
lib/oddb2xml/downloader.rb

Instance Method Summary collapse

Methods inherited from Downloader

#init, #initialize

Constructor Details

This class inherits a constructor from Oddb2xml::Downloader

Instance Method Details

#downloadObject



95
96
97
98
# File 'lib/oddb2xml/downloader.rb', line 95

def download
  @url ||= 'http://community.epha.ch/interactions_de_utf8.csv'
  download_as('epha_interactions.csv', 'r')
end