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

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



26
27
28
# File 'lib/temporalio/interceptor/client.rb', line 26

def id
  @id
end

#rpc_metadataObject

Returns the value of attribute rpc_metadata

Returns:

  • (Object)

    the current value of rpc_metadata



26
27
28
# File 'lib/temporalio/interceptor/client.rb', line 26

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout



26
27
28
# File 'lib/temporalio/interceptor/client.rb', line 26

def rpc_timeout
  @rpc_timeout
end

#run_idObject

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



26
27
28
# File 'lib/temporalio/interceptor/client.rb', line 26

def run_id
  @run_id
end