Class: BunBun::CLI::StorageDelete

Inherits:
StorageCommand show all
Defined in:
lib/bunbun/cli/storage_delete.rb

Instance Attribute Summary

Attributes inherited from StorageCommand

#storage_access_key, #storage_host, #storage_zone

Attributes inherited from Command

#options

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_delete.rb', line 4

def call(path)
  super

  client.delete(path)
end