Class: Temporal::Interceptor::Client::DescribeWorkflowInput
- Inherits:
-
Struct
- Object
- Struct
- Temporal::Interceptor::Client::DescribeWorkflowInput
- Defined in:
- lib/temporal/interceptor/client.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata.
-
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout.
-
#run_id ⇒ Object
Returns the value of attribute run_id.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
25 26 27 |
# File 'lib/temporal/interceptor/client.rb', line 25 def id @id end |
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata
25 26 27 |
# File 'lib/temporal/interceptor/client.rb', line 25 def @rpc_metadata end |
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout
25 26 27 |
# File 'lib/temporal/interceptor/client.rb', line 25 def rpc_timeout @rpc_timeout end |
#run_id ⇒ Object
Returns the value of attribute run_id
25 26 27 |
# File 'lib/temporal/interceptor/client.rb', line 25 def run_id @run_id end |