Class: JetstreamBridge::MessageProcessor::ActionResult
- Inherits:
-
Struct
- Object
- Struct
- JetstreamBridge::MessageProcessor::ActionResult
- Defined in:
- lib/jetstream_bridge/consumer/message_processor.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#ctx ⇒ Object
Returns the value of attribute ctx.
-
#delay ⇒ Object
Returns the value of attribute delay.
-
#error ⇒ Object
Returns the value of attribute error.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
53 54 55 |
# File 'lib/jetstream_bridge/consumer/message_processor.rb', line 53 def action @action end |
#ctx ⇒ Object
Returns the value of attribute ctx
53 54 55 |
# File 'lib/jetstream_bridge/consumer/message_processor.rb', line 53 def ctx @ctx end |
#delay ⇒ Object
Returns the value of attribute delay
53 54 55 |
# File 'lib/jetstream_bridge/consumer/message_processor.rb', line 53 def delay @delay end |
#error ⇒ Object
Returns the value of attribute error
53 54 55 |
# File 'lib/jetstream_bridge/consumer/message_processor.rb', line 53 def error @error end |