Exception: MessageBus::Backends::Redis::BackLogOutOfOrder
- Inherits:
-
StandardError
- Object
- StandardError
- MessageBus::Backends::Redis::BackLogOutOfOrder
- Defined in:
- lib/message_bus/backends/redis.rb
Instance Attribute Summary collapse
-
#highest_id ⇒ Object
Returns the value of attribute highest_id.
Instance Method Summary collapse
-
#initialize(highest_id) ⇒ BackLogOutOfOrder
constructor
A new instance of BackLogOutOfOrder.
Constructor Details
#initialize(highest_id) ⇒ BackLogOutOfOrder
Returns a new instance of BackLogOutOfOrder.
38 39 40 |
# File 'lib/message_bus/backends/redis.rb', line 38 def initialize(highest_id) @highest_id = highest_id end |
Instance Attribute Details
#highest_id ⇒ Object
Returns the value of attribute highest_id.
36 37 38 |
# File 'lib/message_bus/backends/redis.rb', line 36 def highest_id @highest_id end |