Class: Temporalio::Client::Interceptor::DescribeWorkflowInput

Inherits:
Data
  • Object
show all
Defined in:
lib/temporalio/client/interceptor.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



85
86
87
# File 'lib/temporalio/client/interceptor.rb', line 85

def rpc_options
  @rpc_options
end

#run_idObject (readonly)

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



85
86
87
# File 'lib/temporalio/client/interceptor.rb', line 85

def run_id
  @run_id
end

#workflow_idObject (readonly)

Returns the value of attribute workflow_id

Returns:

  • (Object)

    the current value of workflow_id



85
86
87
# File 'lib/temporalio/client/interceptor.rb', line 85

def workflow_id
  @workflow_id
end