Class: Temporalio::Internal::Worker::MultiRunner::Event::BlockFailure
- Inherits:
-
Temporalio::Internal::Worker::MultiRunner::Event
- Object
- Temporalio::Internal::Worker::MultiRunner::Event
- Temporalio::Internal::Worker::MultiRunner::Event::BlockFailure
- Defined in:
- lib/temporalio/internal/worker/multi_runner.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
Instance Method Summary collapse
-
#initialize(error:) ⇒ BlockFailure
constructor
rubocop:disable Lint/MissingSuper.
Constructor Details
#initialize(error:) ⇒ BlockFailure
rubocop:disable Lint/MissingSuper
149 150 151 |
# File 'lib/temporalio/internal/worker/multi_runner.rb', line 149 def initialize(error:) # rubocop:disable Lint/MissingSuper @error = error end |
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error.
147 148 149 |
# File 'lib/temporalio/internal/worker/multi_runner.rb', line 147 def error @error end |