Class: BunBun::CLI::StorageDownload
- Inherits:
-
StorageCommand
- Object
- Command
- StorageCommand
- BunBun::CLI::StorageDownload
- Defined in:
- lib/bunbun/cli/storage_download.rb
Instance Attribute Summary
Attributes inherited from StorageCommand
#storage_access_key, #storage_host, #storage_zone
Attributes inherited from Command
Instance Method Summary collapse
Methods inherited from Command
argument_count, argument_names, option, #option_parser, options
Instance Method Details
#call(path) ⇒ Object
4 5 6 7 8 |
# File 'lib/bunbun/cli/storage_download.rb', line 4 def call(path) super client.download(path, File.basename(path)) end |