Class: Temporalio::Worker::IllegalWorkflowCallValidator::CallInfo
- Inherits:
-
Object
- Object
- Temporalio::Worker::IllegalWorkflowCallValidator::CallInfo
- 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
-
#class_name ⇒ String
Class name the method is on.
-
#method_name ⇒ String
Method name being called.
-
#trace_point ⇒ TracePoint
TracePoint instance for the call.
Instance Attribute Details
#class_name ⇒ String
Returns Class name the method is on.
21 |
# File 'lib/temporalio/worker/illegal_workflow_call_validator.rb', line 21 class CallInfo; end |
#method_name ⇒ String
Returns Method name being called.
21 |
# File 'lib/temporalio/worker/illegal_workflow_call_validator.rb', line 21 class CallInfo; end |
#trace_point ⇒ TracePoint
Returns TracePoint instance for the call.
21 |
# File 'lib/temporalio/worker/illegal_workflow_call_validator.rb', line 21 class CallInfo; end |