Class: Droonga::Plugins::Groonga::ColumnList::Handler

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

Instance Attribute Summary

Attributes inherited from Handler

#label, #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



132
133
134
135
# File 'lib/droonga/plugins/groonga/column_list.rb', line 132

def handle(message)
  command = Command.new(@context)
  command.execute(message.request)
end