Class: SlackSocketModeBot::MentionHandler

Inherits:
Data
  • Object
show all
Defined in:
lib/bot/bot.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject (readonly)

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



4
5
6
# File 'lib/bot/bot.rb', line 4

def callback
  @callback
end

#match_regexObject (readonly)

Returns the value of attribute match_regex

Returns:

  • (Object)

    the current value of match_regex



4
5
6
# File 'lib/bot/bot.rb', line 4

def match_regex
  @match_regex
end