Module: Pvectl::Commands::IrreversibleCommand::ClassMethods
- Defined in:
- lib/pvectl/commands/irreversible_command.rb
Overview
Class methods added when the module is included.
Instance Method Summary collapse
-
#execute(resource_type, resource_ids, options, global_options) ⇒ Integer
Executes the command.
Instance Method Details
#execute(resource_type, resource_ids, options, global_options) ⇒ Integer
Executes the command.
29 30 31 |
# File 'lib/pvectl/commands/irreversible_command.rb', line 29 def execute(resource_type, resource_ids, , ) new(resource_type, resource_ids, , ).execute end |