Class: Temporal::Interceptor::Client::DescribeWorkflowInput

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



25
26
27
# File 'lib/temporal/interceptor/client.rb', line 25

def id
  @id
end

#rpc_metadataObject

Returns the value of attribute rpc_metadata

Returns:

  • (Object)

    the current value of rpc_metadata



25
26
27
# File 'lib/temporal/interceptor/client.rb', line 25

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout



25
26
27
# File 'lib/temporal/interceptor/client.rb', line 25

def rpc_timeout
  @rpc_timeout
end

#run_idObject

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



25
26
27
# File 'lib/temporal/interceptor/client.rb', line 25

def run_id
  @run_id
end