Class: Temporalio::Workflow::ParentInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/temporalio/workflow/info.rb

Overview

Class containing information about a workflow’s parent.

Instance Attribute Summary collapse

Instance Attribute Details

#namespaceObject

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



4
5
6
# File 'lib/temporalio/workflow/info.rb', line 4

def namespace
  @namespace
end

#run_idObject

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



4
5
6
# File 'lib/temporalio/workflow/info.rb', line 4

def run_id
  @run_id
end

#workflow_idObject

Returns the value of attribute workflow_id

Returns:

  • (Object)

    the current value of workflow_id



4
5
6
# File 'lib/temporalio/workflow/info.rb', line 4

def workflow_id
  @workflow_id
end