Module: Pvectl::Commands::EditVolume::ClassMethods

Included in:
Pvectl::Commands::EditVolume
Defined in:
lib/pvectl/commands/edit_volume.rb,
sig/pvectl/commands/edit_volume.rbs

Overview

Class methods for command execution.

Instance Method Summary collapse

Instance Method Details

#execute(args, options, global_options) ⇒ Integer

Executes the edit volume command.



28
29
30
# File 'lib/pvectl/commands/edit_volume.rb', line 28

def execute(args, options, global_options)
  new(args, options, global_options).execute
end