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