Sha256: 1a88bb3a129678e70b5d2d43f33dc86b722137e79b86033596aca998f09f765b

Contents?: true

Size: 289 Bytes

Versions: 4

Compression:

Stored size: 289 Bytes

Contents

require 'ruboty/robot'

module Ruboty
  module ReactionAddedClient
    module Robot
      delegate :permalink, to: :adapter

      def permalink(channel_id, timestamp)
        adapter.permalink(channel_id, timestamp)
      end
    end
  end

  Robot.include ReactionAddedClient::Robot
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruboty-slack_reaction_added-0.6.0 lib/ruboty/slack_reaction_added/extension/robot.rb
ruboty-slack_reaction_added-0.5.0 lib/ruboty/slack_reaction_added/extension/robot.rb
ruboty-slack_reaction_added-0.4.0 lib/ruboty/slack_reaction_added/extension/robot.rb
ruboty-slack_reaction_added-0.3.0 lib/ruboty/slack_reaction_added/extension/robot.rb