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