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



129
130
131
132
133
134
# File 'lib/miga/remote_dataset/download.rb', line 129

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