class Groonga::Command::Reindex
A command class that represents `reindex` command.
@since 1.1.4
Public Class Methods
command_name()
click to toggle source
# File lib/groonga/command/reindex.rb, line 26 def command_name "reindex" end
parameter_names()
click to toggle source
# File lib/groonga/command/reindex.rb, line 30 def parameter_names [ :target_name, ] end
Public Instance Methods
target_name()
click to toggle source
@return [String] `target_name` parameter value.
@since 1.1.4
# File lib/groonga/command/reindex.rb, line 42 def target_name self[:target_name] end