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