Class: Temporalio::Client::Interceptor::DescribeActivityInput

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

Overview

Input for Outbound#describe_activity.

WARNING: Standalone Activities are experimental.

Instance Attribute Summary collapse

Instance Attribute Details

#activity_idObject (readonly)

Returns the value of attribute activity_id

Returns:

  • (Object)

    the current value of activity_id



291
292
293
# File 'lib/temporalio/client/interceptor.rb', line 291

def activity_id
  @activity_id
end

#activity_run_idObject (readonly)

Returns the value of attribute activity_run_id

Returns:

  • (Object)

    the current value of activity_run_id



291
292
293
# File 'lib/temporalio/client/interceptor.rb', line 291

def activity_run_id
  @activity_run_id
end

#include_heartbeat_detailsObject (readonly)

Returns the value of attribute include_heartbeat_details

Returns:

  • (Object)

    the current value of include_heartbeat_details



291
292
293
# File 'lib/temporalio/client/interceptor.rb', line 291

def include_heartbeat_details
  @include_heartbeat_details
end

#include_inputObject (readonly)

Returns the value of attribute include_input

Returns:

  • (Object)

    the current value of include_input



291
292
293
# File 'lib/temporalio/client/interceptor.rb', line 291

def include_input
  @include_input
end

#include_last_failureObject (readonly)

Returns the value of attribute include_last_failure

Returns:

  • (Object)

    the current value of include_last_failure



291
292
293
# File 'lib/temporalio/client/interceptor.rb', line 291

def include_last_failure
  @include_last_failure
end

#include_outcomeObject (readonly)

Returns the value of attribute include_outcome

Returns:

  • (Object)

    the current value of include_outcome



291
292
293
# File 'lib/temporalio/client/interceptor.rb', line 291

def include_outcome
  @include_outcome
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



291
292
293
# File 'lib/temporalio/client/interceptor.rb', line 291

def rpc_options
  @rpc_options
end