Class: Temporalio::Client::Interceptor::UnpauseActivityInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::UnpauseActivityInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#unpause_activity.
WARNING: Standalone Activities are experimental.
Instance Attribute Summary collapse
-
#activity_id ⇒ Object
readonly
Returns the value of attribute activity_id.
-
#activity_run_id ⇒ Object
readonly
Returns the value of attribute activity_run_id.
-
#jitter ⇒ Object
readonly
Returns the value of attribute jitter.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#rpc_options ⇒ Object
readonly
Returns the value of attribute rpc_options.
Instance Attribute Details
#activity_id ⇒ Object (readonly)
Returns the value of attribute activity_id
334 335 336 |
# File 'lib/temporalio/client/interceptor.rb', line 334 def activity_id @activity_id end |
#activity_run_id ⇒ Object (readonly)
Returns the value of attribute activity_run_id
334 335 336 |
# File 'lib/temporalio/client/interceptor.rb', line 334 def activity_run_id @activity_run_id end |
#jitter ⇒ Object (readonly)
Returns the value of attribute jitter
334 335 336 |
# File 'lib/temporalio/client/interceptor.rb', line 334 def jitter @jitter end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
334 335 336 |
# File 'lib/temporalio/client/interceptor.rb', line 334 def reason @reason end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
334 335 336 |
# File 'lib/temporalio/client/interceptor.rb', line 334 def @rpc_options end |