Class: GrubY::Handlers::CallbackQueryHandler
- Inherits:
-
BaseHandler
- Object
- BaseHandler
- GrubY::Handlers::CallbackQueryHandler
- Defined in:
- lib/gruubY/handlers.rb
Instance Attribute Summary
Attributes inherited from BaseHandler
#callback, #exceptions, #filters, #group
Instance Method Summary collapse
Methods inherited from BaseHandler
Constructor Details
This class inherits a constructor from GrubY::Handlers::BaseHandler
Instance Method Details
#event ⇒ Object
62 |
# File 'lib/gruubY/handlers.rb', line 62 def event = :callback_query |
#extract(ctx) ⇒ Object
63 |
# File 'lib/gruubY/handlers.rb', line 63 def extract(ctx) = ctx.callback_query |