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