Class: Sinbotra::Messenger::Handler::ClassMethods::DefaultListener
- Inherits:
-
Struct
- Object
- Struct
- Sinbotra::Messenger::Handler::ClassMethods::DefaultListener
- Defined in:
- lib/sinbotra/messenger/handler.rb
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
Instance Method Summary collapse
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback
51 52 53 |
# File 'lib/sinbotra/messenger/handler.rb', line 51 def callback @callback end |
Instance Method Details
#default? ⇒ Boolean
52 |
# File 'lib/sinbotra/messenger/handler.rb', line 52 def default?; true end |