Class: Groonga::Client::CommandLine::GroongaClientIndexCheck::Checker

Inherits:
Runner
  • Object
show all
Defined in:
lib/groonga/client/command-line/groonga-client-index-check.rb

Instance Method Summary collapse

Methods inherited from Runner

#run

Constructor Details

#initialize(client, methods, target_names) ⇒ Checker

Returns a new instance of Checker.



72
73
74
75
76
# File 'lib/groonga/client/command-line/groonga-client-index-check.rb', line 72

def initialize(client, methods, target_names)
  super(client)
  @methods = methods
  @target_names = target_names
end