Module: RailsPipeline::IronmqPublisher

Included in:
RedisIronmqForwarder
Defined in:
lib/rails-pipeline/ironmq_publisher.rb

Overview

Backend for data pipeline that publishes to IronMQ

Assumes the following env vars:

  • IRON_TOKEN=MY_TOKEN

  • IRON_PROJECT_ID=MY_PROJECT_ID

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



12
13
14
15
# File 'lib/rails-pipeline/ironmq_publisher.rb', line 12

def self.included(base)
  base.send :include, InstanceMethods
  base.extend ClassMethods
end