Module: Pvectl::Commands::DeleteCommand::ClassMethods

Defined in:
sig/pvectl/commands/delete_command.rbs

Instance Method Summary collapse

Instance Method Details

#executeInteger

Parameters:

  • resource_type (String, nil)
  • resource_ids (Array[String], String, nil)
  • options (Hash[Symbol, untyped])
  • global_options (Hash[Symbol, untyped])

Returns:

  • (Integer)


5
# File 'sig/pvectl/commands/delete_command.rbs', line 5

def execute: (String? resource_type, Array[String] | String | nil resource_ids, Hash[Symbol, untyped] options, Hash[Symbol, untyped] global_options) -> Integer