class Groonga::Command::RequestCancel
A command class that represents `request_cancel` command.
@since 1.1.0
Public Class Methods
command_name()
click to toggle source
# File lib/groonga/command/request-cancel.rb, line 26 def command_name "request_cancel" end
parameter_names()
click to toggle source
# File lib/groonga/command/request-cancel.rb, line 30 def parameter_names [ :id, ] end
Public Instance Methods
id()
click to toggle source
@return [String] `id` parameter value. @since 1.1.0
# File lib/groonga/command/request-cancel.rb, line 41 def id self[:id] end