Class: Superhosting::Cli::Cmd::AdminContainerDelete

Inherits:
Base
  • Object
show all
Defined in:
lib/superhosting/cli/cmd/admin_container_delete.rb

Constant Summary

Constants inherited from Base

Base::COMMANDS_MODULE, Base::CONTROLLERS_MODULE, Base::CONTROLLER_BASE_OPTIONS

Class Method Summary collapse

Methods inherited from Base

#action, #clear_args, #get_childs_banners, get_cmd_and_node, #get_commands, #get_controller, get_split_class_name, #get_subcontroller_option, #help, #initialize, #positional_arguments, prepend, #run, set_banners, set_commands_hierarchy, split_toggle_case_name, start

Constructor Details

This class inherits a constructor from Superhosting::Cli::Base

Class Method Details

.has_required_param?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/superhosting/cli/cmd/admin_container_delete.rb', line 10

def self.has_required_param?
  true
end