Sha256: 75ded6c2524be0c69e88a6010788a6d804c5233fcd47b803ccd9debb92965ec9

Contents?: true

Size: 202 Bytes

Versions: 5

Compression:

Stored size: 202 Bytes

Contents

module Ruboty
  module SlackReactionAdded
    module Actions
      class ReactionPing < Ruboty::Actions::Base

        def call
          message.reply('pong')
        end

      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ruboty-slack_reaction_added-0.5.0 lib/ruboty/slack_reaction_added/actions/reaction_ping.rb
ruboty-slack_reaction_added-0.4.0 lib/ruboty/slack_reaction_added/actions/reaction_ping.rb
ruboty-slack_reaction_added-0.3.0 lib/ruboty/slack_reaction_added/actions/reaction_ping.rb
ruboty-slack_reaction_added-0.2.0 lib/ruboty/slack_reaction_added/actions/reaction_ping.rb
ruboty-slack_reaction_added-0.1.0 lib/ruboty/slack_reaction_added/actions/reaction_ping.rb