Class: DurableFlow::DefinitionAnalyzer::Path

Inherits:
Data
  • Object
show all
Defined in:
lib/durable_flow/definition_analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#conditionObject (readonly)

Returns the value of attribute condition

Returns:

  • (Object)

    the current value of condition



7
8
9
# File 'lib/durable_flow/definition_analyzer.rb', line 7

def condition
  @condition
end

#node_idObject (readonly)

Returns the value of attribute node_id

Returns:

  • (Object)

    the current value of node_id



7
8
9
# File 'lib/durable_flow/definition_analyzer.rb', line 7

def node_id
  @node_id
end