Class: Oddb2xml::EphaDownloader

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

Instance Attribute Summary

Attributes inherited from Downloader

#type

Instance Method Summary collapse

Methods inherited from Downloader

#init, #initialize

Constructor Details

This class inherits a constructor from Oddb2xml::Downloader

Instance Method Details

#downloadObject



99
100
101
102
# File 'lib/oddb2xml/downloader.rb', line 99

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