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