Class: Groonga::Command::Truncate

Inherits:
Base
  • Object
show all
Defined in:
lib/groonga/command/truncate.rb

Instance Attribute Summary

Attributes inherited from Base

#arguments, #command_name, #original_format, #original_source, #path_prefix

Class Method Summary collapse

Methods inherited from Base

#==, #[], #[]=, #command_format?, #initialize, #key?, #name, #output_type, #request_id, #to_command_format, #to_uri_format, #uri_format?

Constructor Details

This class inherits a constructor from Groonga::Command::Base

Class Method Details

.command_nameObject



25
26
27
# File 'lib/groonga/command/truncate.rb', line 25

def command_name
  "truncate"
end

.parameter_namesObject



29
30
31
32
33
# File 'lib/groonga/command/truncate.rb', line 29

def parameter_names
  [
    :table,
  ]
end