class Groonga::Command::Get
Public Class Methods
command_name()
click to toggle source
# File lib/groonga/command/get.rb, line 24 def command_name "get" end
parameter_names()
click to toggle source
# File lib/groonga/command/get.rb, line 28 def parameter_names [ :table, :key, :output_columns, :id ] end