Module: MiGA::RemoteDataset::Download
- Included in:
- MiGA::RemoteDataset
- Defined in:
- lib/miga/remote_dataset/download.rb
Instance Method Summary collapse
-
#download(file) ⇒ Object
Download data into
file
.
Instance Method Details
#download(file) ⇒ Object
Download data into file
.
83 84 85 86 |
# File 'lib/miga/remote_dataset/download.rb', line 83 def download(file) self.class.download(universe, db, ids, self.class.UNIVERSE[universe][:dbs][db][:format], file) end |