class Groonga::Command::PluginUnregister
A command class that represents `plugin_unregister` command.
@since 1.1.2
Public Class Methods
command_name()
click to toggle source
# File lib/groonga/command/plugin-unregister.rb, line 26 def command_name "plugin_unregister" end
parameter_names()
click to toggle source
# File lib/groonga/command/plugin-unregister.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-unregister.rb, line 42 def name self[:name] end