Module: Alephant::Publisher
- Includes:
- Logger
- Defined in:
- lib/alephant/publisher.rb,
lib/alephant/publisher/queue.rb,
lib/alephant/publisher/writer.rb,
lib/alephant/publisher/version.rb,
lib/alephant/publisher/render_mapper.rb
Defined Under Namespace
Classes: Publisher, Queue, RenderMapper, Writer
Constant Summary collapse
- VERSION =
"0.1.8"
Class Method Summary collapse
Class Method Details
.create(opts = {}, logger = nil) ⇒ Object
12 13 14 |
# File 'lib/alephant/publisher.rb', line 12 def self.create(opts = {}, logger = nil) Publisher.new(opts, logger) end |