Class: Fairdom::OpenbisApi::DataStoreDownload
- Inherits:
-
DataStoreQuery
- Object
- OpenbisQuery
- DataStoreQuery
- Fairdom::OpenbisApi::DataStoreDownload
- Defined in:
- lib/fairdom/openbis_api/data_store_download.rb
Instance Attribute Summary
Attributes inherited from DataStoreQuery
Attributes inherited from OpenbisQuery
Instance Method Summary collapse
Methods inherited from DataStoreQuery
#initialize, #root_command_options
Methods inherited from OpenbisQuery
Constructor Details
This class inherits a constructor from Fairdom::OpenbisApi::DataStoreQuery
Instance Method Details
#command_option_key ⇒ Object
8 9 10 |
# File 'lib/fairdom/openbis_api/data_store_download.rb', line 8 def command_option_key 'download' end |
#download(options) ⇒ Object
4 5 6 |
# File 'lib/fairdom/openbis_api/data_store_download.rb', line 4 def download() execute() end |