Class: Temporalio::Worker::Interceptor::Workflow::ExecuteLocalActivityInput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#activityObject (readonly)

Returns the value of attribute activity

Returns:

  • (Object)

    the current value of activity



228
229
230
# File 'lib/temporalio/worker/interceptor.rb', line 228

def activity
  @activity
end

#activity_idObject (readonly)

Returns the value of attribute activity_id

Returns:

  • (Object)

    the current value of activity_id



228
229
230
# File 'lib/temporalio/worker/interceptor.rb', line 228

def activity_id
  @activity_id
end

#arg_hintsObject (readonly)

Returns the value of attribute arg_hints

Returns:

  • (Object)

    the current value of arg_hints



228
229
230
# File 'lib/temporalio/worker/interceptor.rb', line 228

def arg_hints
  @arg_hints
end

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



228
229
230
# File 'lib/temporalio/worker/interceptor.rb', line 228

def args
  @args
end

#cancellationObject (readonly)

Returns the value of attribute cancellation

Returns:

  • (Object)

    the current value of cancellation



228
229
230
# File 'lib/temporalio/worker/interceptor.rb', line 228

def cancellation
  @cancellation
end

#cancellation_typeObject (readonly)

Returns the value of attribute cancellation_type

Returns:

  • (Object)

    the current value of cancellation_type



228
229
230
# File 'lib/temporalio/worker/interceptor.rb', line 228

def cancellation_type
  @cancellation_type
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



228
229
230
# File 'lib/temporalio/worker/interceptor.rb', line 228

def headers
  @headers
end

#local_retry_thresholdObject (readonly)

Returns the value of attribute local_retry_threshold

Returns:

  • (Object)

    the current value of local_retry_threshold



228
229
230
# File 'lib/temporalio/worker/interceptor.rb', line 228

def local_retry_threshold
  @local_retry_threshold
end

#result_hintObject (readonly)

Returns the value of attribute result_hint

Returns:

  • (Object)

    the current value of result_hint



228
229
230
# File 'lib/temporalio/worker/interceptor.rb', line 228

def result_hint
  @result_hint
end

#retry_policyObject (readonly)

Returns the value of attribute retry_policy

Returns:

  • (Object)

    the current value of retry_policy



228
229
230
# File 'lib/temporalio/worker/interceptor.rb', line 228

def retry_policy
  @retry_policy
end

#schedule_to_close_timeoutObject (readonly)

Returns the value of attribute schedule_to_close_timeout

Returns:

  • (Object)

    the current value of schedule_to_close_timeout



228
229
230
# File 'lib/temporalio/worker/interceptor.rb', line 228

def schedule_to_close_timeout
  @schedule_to_close_timeout
end

#schedule_to_start_timeoutObject (readonly)

Returns the value of attribute schedule_to_start_timeout

Returns:

  • (Object)

    the current value of schedule_to_start_timeout



228
229
230
# File 'lib/temporalio/worker/interceptor.rb', line 228

def schedule_to_start_timeout
  @schedule_to_start_timeout
end

#start_to_close_timeoutObject (readonly)

Returns the value of attribute start_to_close_timeout

Returns:

  • (Object)

    the current value of start_to_close_timeout



228
229
230
# File 'lib/temporalio/worker/interceptor.rb', line 228

def start_to_close_timeout
  @start_to_close_timeout
end

#summaryObject (readonly)

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



228
229
230
# File 'lib/temporalio/worker/interceptor.rb', line 228

def summary
  @summary
end