Class: Ruboty::SlackReactionAdded::Actions::Permalink
- Inherits:
-
Actions::Base
- Object
- Actions::Base
- Ruboty::SlackReactionAdded::Actions::Permalink
- Defined in:
- lib/ruboty/slack_reaction_added/actions/permalink.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
7 8 9 10 11 12 |
# File 'lib/ruboty/slack_reaction_added/actions/permalink.rb', line 7 def call case .reaction when 'bookmark' .reply(.permalink) end end |