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
135 136 137 138 139 140 |
# File 'lib/miga/remote_dataset/download.rb', line 135 def download(file) self.class.download( universe, db, ids, self.class.UNIVERSE[universe][:dbs][db][:format], file, [], self ) end |