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