Module: Pvectl::Commands::MoveDiskCommand::ClassMethods

Defined in:
lib/pvectl/commands/move_disk_command.rb,
sig/pvectl/commands/move_disk_command.rbs

Overview

Class methods added when the module is included.

Instance Method Summary collapse

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, options, global_options)
  new(args, options, global_options).execute
end