Class: Temporalio::Worker::IllegalWorkflowCallValidator::CallInfo
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::IllegalWorkflowCallValidator::CallInfo
- Defined in:
- lib/temporalio/worker/illegal_workflow_call_validator.rb,
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
21 22 23 |
# File 'lib/temporalio/worker/illegal_workflow_call_validator.rb', line 21 def class_name @class_name end |
#method_name ⇒ String
21 22 23 |
# File 'lib/temporalio/worker/illegal_workflow_call_validator.rb', line 21 def method_name @method_name end |
#trace_point ⇒ TracePoint
21 22 23 |
# File 'lib/temporalio/worker/illegal_workflow_call_validator.rb', line 21 def trace_point @trace_point end |