Module: Gtin2atc

Defined in:
lib/gtin2atc.rb,
lib/gtin2atc/util.rb,
lib/gtin2atc/builder.rb,
lib/gtin2atc/options.rb,
lib/gtin2atc/version.rb,
lib/gtin2atc/downloader.rb

Defined Under Namespace

Modules: DownloadMethod Classes: BagDownloader, Builder, Downloader, Options, SwissindexDownloader, Swissmedic, SwissmedicDownloader, Util

Constant Summary collapse

WorkDir =
Dir.pwd
VERSION =
"0.1.2"

Class Method Summary collapse

Class Method Details

.download_finished(file, remove_file = true) ⇒ Object



45
46
# File 'lib/gtin2atc/util.rb', line 45

def Gtin2atc.download_finished(file, remove_file = true)
end

.log(msg) ⇒ Object



6
7
8
# File 'lib/gtin2atc.rb', line 6

def self.log(msg)
  Util.debug_msg(msg)
end