Sha256: 834659a9b52476907dca86e27d0a0fb07b18b51db89e237bf7cc0884ca8e3397

Contents?: true

Size: 231 Bytes

Versions: 24

Compression:

Stored size: 231 Bytes

Contents

module Lita
  # Base class for objects that add new behavior to Lita. {Handler} is simply a class with all
  # types of routers mixed in.
  class Handler
    extend ChatRouter
    extend HTTPRouter
    extend EventRouter
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
lita-4.0.1 lib/lita/handler.rb
lita-4.0.0 lib/lita/handler.rb
lita-4.0.0.rc2 lib/lita/handler.rb
lita-4.0.0.rc1 lib/lita/handler.rb