Class: Ruboty::SlackReactionAdded::Handlers::Handler
- Inherits:
-
Handlers::Base
- Object
- Handlers::Base
- Ruboty::SlackReactionAdded::Handlers::Handler
- Defined in:
- lib/ruboty/slack_reaction_added/handlers/handler.rb
Instance Method Summary collapse
Instance Method Details
#permalink(message) ⇒ Object
35 36 37 |
# File 'lib/ruboty/slack_reaction_added/handlers/handler.rb', line 35 def permalink() Ruboty::SlackReactionAdded::Actions::Permalink.new().call end |
#reaction_able_ping(message) ⇒ Object
27 28 29 |
# File 'lib/ruboty/slack_reaction_added/handlers/handler.rb', line 27 def reaction_able_ping() Ruboty::SlackReactionAdded::Actions::ReactionPing.new().call end |
#thumbup(message) ⇒ Object
31 32 33 |
# File 'lib/ruboty/slack_reaction_added/handlers/handler.rb', line 31 def thumbup() Ruboty::SlackReactionAdded::Actions::Thumbup.new().call end |