Class: Superhosting::Cli::Cmd::ModelUpdate

Inherits:
Base
  • Object
show all
Defined in:
lib/superhosting/cli/cmd/model_update.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_method, get_splited_class_name, #get_subcontroller_option, #help, #initialize, #positional_arguments, prepend, #run, set_banners, set_commands_hierarchy, split_toggle_case_name, start

Methods included from Helper::I18n

#i18n_initialize

Methods included from Helper::Logger

#__debug, #__dry_run, #__dry_run=, #__logger, #__logger=, #debug, #debug_block, #debug_operation, #indent, #indent=, #indent_reset, #indent_step, #indent_step_back, #info, #storage, #t, #with_dry_run, #with_indent, #with_logger

Constructor Details

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

Class Method Details

.has_required_param?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/superhosting/cli/cmd/model_update.rb', line 5

def self.has_required_param?
  true
end