Module: MiGA::RemoteDataset::Download

Included in:
MiGA::RemoteDataset
Defined in:
lib/miga/remote_dataset/download.rb

Instance Method Summary collapse

Instance Method Details

#download(file) ⇒ Object

Download data into file.



108
109
110
111
# File 'lib/miga/remote_dataset/download.rb', line 108

def download(file)
  self.class.download(universe, db, ids,
        self.class.UNIVERSE[universe][:dbs][db][:format], file, [], self)
end