Sha256: cf7400a70700a993fa9b83a921c1293f029baa2a873336ad03bb5bb12edbb76f

Contents?: true

Size: 245 Bytes

Versions: 3

Compression:

Stored size: 245 Bytes

Contents

module OnsOnRails
  module Publishers
    class Test
      def initialize(_options)
      end

      def publish(topic, tag, body, key)
        Publisher.deliveries << { topic: topic, tag: tag, body: body, key: key }
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ons_on_rails-1.0.2 lib/ons_on_rails/publishers/test.rb
ons_on_rails-1.0.1 lib/ons_on_rails/publishers/test.rb
ons_on_rails-1.0.0 lib/ons_on_rails/publishers/test.rb