Module: Pvectl::Commands::EditResourceCommand::ClassMethods
- Defined in:
- lib/pvectl/commands/edit_resource_command.rb
Overview
Class methods added when the module is included.
Instance Method Summary collapse
-
#execute(args, options, global_options) ⇒ Integer
Executes the edit command.
Instance Method Details
#execute(args, options, global_options) ⇒ Integer
Executes the edit command.
31 32 33 |
# File 'lib/pvectl/commands/edit_resource_command.rb', line 31 def execute(args, , ) new(args, , ).execute end |