Class: EveApp::SDE::DataImporter

Inherits:
SSHKit::Backend::Local
  • Object
show all
Includes:
Downloader, Normalizer
Defined in:
lib/eve_app/sde/data_importer.rb

Instance Method Summary collapse

Methods included from Normalizer

#column_names, #indexes, #missing_relations, #normalize, #table_names

Methods included from Downloader

#download, #restore

Constructor Details

#initializeDataImporter

Returns a new instance of DataImporter.



9
10
11
12
# File 'lib/eve_app/sde/data_importer.rb', line 9

def initialize
  super
  execute :mkdir, '-p', SDE.config.tmp_path
end