Class: Ruboty::SlackReactionAdded::Actions::Thumbup
- Inherits:
-
Actions::Base
- Object
- Actions::Base
- Ruboty::SlackReactionAdded::Actions::Thumbup
- Defined in:
- lib/ruboty/slack_reaction_added/actions/thumbup.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
7 8 9 10 11 12 13 14 15 16 |
# File 'lib/ruboty/slack_reaction_added/actions/thumbup.rb', line 7 def call # Ruboty.logger.info message.reaction # Ruboty.logger.info message.reaction_by unless .reaction_by == Ruboty::Robot.name case .reaction when '+1' .add_reaction('thumbsup') end end end |