Class: Droonga::Plugins::Groonga::TableCreate::Handler
- Defined in:
- lib/droonga/plugins/groonga/table_create.rb
Instance Attribute Summary
Attributes inherited from Handler
Instance Method Summary collapse
Methods inherited from Handler
Methods included from Droonga::Pluggable
Constructor Details
This class inherits a constructor from Droonga::Handler
Instance Method Details
#handle(message) ⇒ Object
96 97 98 99 |
# File 'lib/droonga/plugins/groonga/table_create.rb', line 96 def handle() command = Command.new(@context) command.execute(.request) end |