Class: Inquirex::Actions::Outbox::Result

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#action_idObject (readonly)

Returns the value of attribute action_id

Returns:

  • (Object)

    the current value of action_id



21
22
23
# File 'lib/inquirex/actions/outbox.rb', line 21

def action_id
  @action_id
end

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



21
22
23
# File 'lib/inquirex/actions/outbox.rb', line 21

def error
  @error
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



21
22
23
# File 'lib/inquirex/actions/outbox.rb', line 21

def status
  @status
end