Class: Inquirex::Actions::Outbox::Result
- Inherits:
-
Data
- Object
- Data
- Inquirex::Actions::Outbox::Result
- Defined in:
- lib/inquirex/actions/outbox.rb
Overview
One entry per effect execution (or per skipped action). status is :ok, :skipped (action rule was false), or :failed.
Instance Attribute Summary collapse
-
#action_id ⇒ Object
readonly
Returns the value of attribute action_id.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#action_id ⇒ Object (readonly)
Returns the value of attribute action_id
21 22 23 |
# File 'lib/inquirex/actions/outbox.rb', line 21 def action_id @action_id end |
#error ⇒ Object (readonly)
Returns the value of attribute error
21 22 23 |
# File 'lib/inquirex/actions/outbox.rb', line 21 def error @error end |
#status ⇒ Object (readonly)
Returns the value of attribute status
21 22 23 |
# File 'lib/inquirex/actions/outbox.rb', line 21 def status @status end |