Class: GrubY::Handlers::DisconnectHandler
- Inherits:
-
BaseHandler
- Object
- BaseHandler
- GrubY::Handlers::DisconnectHandler
- 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
#client_only? ⇒ Boolean
152 |
# File 'lib/gruubY/handlers.rb', line 152 def client_only? = true |
#event ⇒ Object
150 |
# File 'lib/gruubY/handlers.rb', line 150 def event = :disconnect |
#extract(_ctx) ⇒ Object
151 |
# File 'lib/gruubY/handlers.rb', line 151 def extract(_ctx) = nil |