Sha256: f0b2a4267c318e501a031c344992215d0c2292b92058826de97ca41cd183b6c1

Contents?: true

Size: 342 Bytes

Versions: 6

Compression:

Stored size: 342 Bytes

Contents

class Retrobot
  module TweetFilters
    class RetryLater < StandardError; end

    class Base
      def initialize(retrobot)
        @retrobot = retrobot
      end

      def client
        @retrobot.client
      end

      def config
        @retrobot.config
      end

      def logger
        @retrobot.logger
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
retrobot-0.3.5 lib/retrobot/tweet_filters/base.rb
retrobot-0.3.4 lib/retrobot/tweet_filters/base.rb
retrobot-0.3.3 lib/retrobot/tweet_filters/base.rb
retrobot-0.3.2 lib/retrobot/tweet_filters/base.rb
retrobot-0.3.1 lib/retrobot/tweet_filters/base.rb
retrobot-0.3.0 lib/retrobot/tweet_filters/base.rb