Class: Temporalio::Client::Interceptor::TerminateActivityInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::TerminateActivityInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#terminate_activity.
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.
-
#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
301 302 303 |
# File 'lib/temporalio/client/interceptor.rb', line 301 def activity_id @activity_id end |
#activity_run_id ⇒ Object (readonly)
Returns the value of attribute activity_run_id
301 302 303 |
# File 'lib/temporalio/client/interceptor.rb', line 301 def activity_run_id @activity_run_id end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
301 302 303 |
# File 'lib/temporalio/client/interceptor.rb', line 301 def reason @reason end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
301 302 303 |
# File 'lib/temporalio/client/interceptor.rb', line 301 def @rpc_options end |