Class: Oddb2xml::EphaDownloader

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

Instance Attribute Summary

Attributes inherited from Downloader

#agent, #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



131
132
133
134
# File 'lib/oddb2xml/downloader.rb', line 131

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