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



128
129
130
131
# File 'lib/oddb2xml/downloader.rb', line 128

def download
  @url ||= 'https://download.epha.ch/cleaned/matrix.csv'
  download_as('epha_interactions.csv', 'r')
end