Class: Droonga::CRUDInputAdapter
- Inherits:
-
InputAdapterPlugin
- Object
- Plugin
- InputAdapterPlugin
- Droonga::CRUDInputAdapter
- Defined in:
- lib/droonga/plugin/input_adapter/crud.rb
Instance Method Summary collapse
Methods inherited from InputAdapterPlugin
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() .add_route("crud_generic_response") end |