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/publish_task.rb,
lib/alephant/publisher/render_mapper.rb,
lib/alephant/publisher/write_operation.rb

Defined Under Namespace

Classes: PublishTask, Publisher, Queue, RenderMapper, WriteOperation, Writer

Constant Summary collapse

VERSION =
"0.1.4"

Class Method Summary collapse

Class Method Details

.create(opts = {}, logger = nil) ⇒ Object



19
20
21
# File 'lib/alephant/publisher.rb', line 19

def self.create(opts = {}, logger = nil)
  Publisher.new(opts, logger)
end