Class: Groonga::Command::Reindex
- Defined in:
- lib/groonga/command/reindex.rb
Overview
A command class that represents reindex command.
Instance Attribute Summary
Attributes inherited from Base
#arguments, #command_name, #original_format, #original_source, #path_prefix
Class Method Summary collapse
Instance Method Summary collapse
-
#target_name ⇒ String
target_nameparameter value.
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
.parameter_names ⇒ Object
28 29 30 31 32 |
# File 'lib/groonga/command/reindex.rb', line 28 def parameter_names [ :target_name, ] end |
Instance Method Details
#target_name ⇒ String
Returns target_name parameter value.
38 39 40 |
# File 'lib/groonga/command/reindex.rb', line 38 def target_name self[:target_name] end |