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