Class: Sinbotra::Messenger::Handler::ClassMethods::Postback
- Inherits:
-
Struct
- Object
- Struct
- Sinbotra::Messenger::Handler::ClassMethods::Postback
- 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 Attribute Details
#callback ⇒ Object
Returns the value of attribute callback
54 55 56 |
# File 'lib/sinbotra/messenger/handler.rb', line 54 def callback @callback end |
#matcher ⇒ Object
Returns the value of attribute matcher
54 55 56 |
# File 'lib/sinbotra/messenger/handler.rb', line 54 def matcher @matcher end |