Class: SlackSocketModeBot::MentionHandler
- Inherits:
-
Data
- Object
- Data
- SlackSocketModeBot::MentionHandler
- Defined in:
- lib/bot/bot.rb
Instance Attribute Summary collapse
-
#callback ⇒ Object
readonly
Returns the value of attribute callback.
-
#match_regex ⇒ Object
readonly
Returns the value of attribute match_regex.
Instance Attribute Details
#callback ⇒ Object (readonly)
Returns the value of attribute callback
4 5 6 |
# File 'lib/bot/bot.rb', line 4 def callback @callback end |
#match_regex ⇒ Object (readonly)
Returns the value of attribute match_regex
4 5 6 |
# File 'lib/bot/bot.rb', line 4 def match_regex @match_regex end |