Exception: Ruote::Beanstalk::ReceiveError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Ruote::Beanstalk::ReceiveError
- Defined in:
- lib/ruote/beanstalk/receiver.rb
Overview
An error class for error emitted by the “remote side” and received here.
Instance Attribute Summary collapse
-
#fei ⇒ Object
readonly
Returns the value of attribute fei.
Instance Method Summary collapse
-
#initialize(fei) ⇒ ReceiveError
constructor
A new instance of ReceiveError.
Constructor Details
#initialize(fei) ⇒ ReceiveError
Returns a new instance of ReceiveError.
40 41 42 43 |
# File 'lib/ruote/beanstalk/receiver.rb', line 40 def initialize(fei) @fei = fei super("for #{Ruote::FlowExpressionId.to_storage_id(fei)}") end |
Instance Attribute Details
#fei ⇒ Object (readonly)
Returns the value of attribute fei.
38 39 40 |
# File 'lib/ruote/beanstalk/receiver.rb', line 38 def fei @fei end |