Class: Droonga::CRUDInputAdapter

Inherits:
InputAdapterPlugin show all
Defined in:
lib/droonga/plugin/input_adapter/crud.rb

Instance Method Summary collapse

Methods inherited from InputAdapterPlugin

#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::InputAdapterPlugin

Instance Method Details

#add(input_message) ⇒ Object



23
24
25
# File 'lib/droonga/plugin/input_adapter/crud.rb', line 23

def add(input_message)
  input_message.add_route("crud_generic_response")
end