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
48 49 50 |
# File 'lib/sinbotra/messenger/handler.rb', line 48 def callback @callback end |
#matcher ⇒ Object
Returns the value of attribute matcher
48 49 50 |
# File 'lib/sinbotra/messenger/handler.rb', line 48 def matcher @matcher end |
Instance Method Details
#default? ⇒ Boolean
49 |
# File 'lib/sinbotra/messenger/handler.rb', line 49 def default?; false end |