Class: Oddb2xml::EphaDownloader
- Inherits:
-
Downloader
- Object
- Downloader
- Oddb2xml::EphaDownloader
- Includes:
- DownloadMethod
- Defined in:
- lib/oddb2xml/downloader.rb
Instance Method Summary collapse
Methods inherited from Downloader
Constructor Details
This class inherits a constructor from Oddb2xml::Downloader
Instance Method Details
#download ⇒ Object
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 |