Class: DurableFlow::DefinitionAnalyzer::Path
- Inherits:
-
Data
- Object
- Data
- DurableFlow::DefinitionAnalyzer::Path
- Defined in:
- lib/durable_flow/definition_analyzer.rb
Instance Attribute Summary collapse
-
#condition ⇒ Object
readonly
Returns the value of attribute condition.
-
#node_id ⇒ Object
readonly
Returns the value of attribute node_id.
Instance Attribute Details
#condition ⇒ Object (readonly)
Returns the value of attribute condition
7 8 9 |
# File 'lib/durable_flow/definition_analyzer.rb', line 7 def condition @condition end |
#node_id ⇒ Object (readonly)
Returns the value of attribute node_id
7 8 9 |
# File 'lib/durable_flow/definition_analyzer.rb', line 7 def node_id @node_id end |