class Groonga::Command::Register

Public Class Methods

command_name() click to toggle source
# File lib/groonga/command/register.rb, line 23
def command_name
  "register"
end
parameter_names() click to toggle source
# File lib/groonga/command/register.rb, line 27
def parameter_names
  [
    :path,
  ]
end

Public Instance Methods

path() click to toggle source

@return [String] The plugin path to be registered.

@since 1.2.5

# File lib/groonga/command/register.rb, line 39
def path
  self[:path]
end