Class: Temporalio::Worker::IllegalWorkflowCallValidator::CallInfo

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

Overview

Call info passed to the validation block for each validation.

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameString

Returns Class name the method is on.

Returns:

  • (String)

    Class name the method is on.



21
# File 'lib/temporalio/worker/illegal_workflow_call_validator.rb', line 21

class CallInfo; end

#method_nameString

Returns Method name being called.

Returns:

  • (String)

    Method name being called.



21
# File 'lib/temporalio/worker/illegal_workflow_call_validator.rb', line 21

class CallInfo; end

#trace_pointTracePoint

Returns TracePoint instance for the call.

Returns:

  • (TracePoint)

    TracePoint instance for the call.



21
# File 'lib/temporalio/worker/illegal_workflow_call_validator.rb', line 21

class CallInfo; end