Parent

Methods

Ruote::Beanstalk::ReceiveError

An error class for error emitted by the “remote side” and received here.

Attributes

fei[R]

Public Class Methods

new(fei) click to toggle source
    # File lib/ruote/beanstalk/receiver.rb, line 40
40:     def initialize(fei)
41:       @fei = fei
42:       super("for #{Ruote::FlowExpressionId.to_storage_id(fei)}")
43:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.