Class: Droonga::GroongaOutputAdapter

Inherits:
OutputAdapterPlugin show all
Defined in:
lib/droonga/plugin/output_adapter/groonga.rb,
lib/droonga/plugin/output_adapter/groonga/select.rb

Defined Under Namespace

Classes: Select

Instance Method Summary collapse

Methods inherited from OutputAdapterPlugin

#forward, #initialize

Methods included from PluginRegisterable

#command, extended, #inherited, #method_name, #processable?, #repository

Methods inherited from Plugin

#initialize, #process, #processable?, #shutdown, #start

Constructor Details

This class inherits a constructor from Droonga::OutputAdapterPlugin

Instance Method Details

#select_response(output_message) ⇒ Object



23
24
25
26
# File 'lib/droonga/plugin/output_adapter/groonga.rb', line 23

def select_response(output_message)
  command = Select.new
  output_message.body = command.convert(output_message.body)
end