Class: Oddb2xml::WalaDownloader

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

Overview

WALA “Kapitel 70” article list (GTIN, Abgabekategorie, Pharma-Gruppen-Code and the inline BAG SL 70.01 package price). See Oddb2xml::WeledaSL.

Instance Attribute Summary

Attributes inherited from Downloader

#agent, #file2save, #type, #url

Instance Method Summary collapse

Methods inherited from Downloader

#init, #initialize, #report_download

Constructor Details

This class inherits a constructor from Oddb2xml::Downloader

Instance Method Details

#downloadObject



184
185
186
187
# File 'lib/oddb2xml/downloader.rb', line 184

def download
  @url ||= "https://raw.githubusercontent.com/zdavatz/oddb2xml_files/master/wala_arzneimittel.csv"
  download_as("wala_arzneimittel.csv", "w+")
end