Class: Droonga::Plugins::CRUD::Handler

Inherits:
Handler
  • Object
show all
Defined in:
lib/droonga/plugins/crud.rb

Defined Under Namespace

Classes: InvalidValue, MissingPrimaryKeyParameter, MissingTableParameter, UnknownColumn, UnknownTable

Instance Attribute Summary

Attributes inherited from Handler

#loop, #messenger

Instance Method Summary collapse

Methods inherited from Handler

action, #initialize, message

Methods included from Droonga::Pluggable

#find_sub_classes, #options

Constructor Details

This class inherits a constructor from Droonga::Handler

Instance Method Details

#handle(message) ⇒ Object



86
87
88
# File 'lib/droonga/plugins/crud.rb', line 86

def handle(message)
  process_add(message.request)
end