Parent

Methods

Included Modules

Class/Module Index [+]

Quicksearch

Ruote::Receiver

A receiver is meant to receive workitems and feed them back into the engine (the storage actually).

Public Class Methods

new(cwes, options={}) click to toggle source

Accepts context, worker, engine or storage as first argument.

# File lib/ruote/receiver/base.rb, line 173
def initialize (cwes, options={})

  @context = cwes.context
  @options = options
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.