Class: MetzScan::Analyzers::RepeatedBranching::PredicateChain::Result
- Inherits:
-
Struct
- Object
- Struct
- MetzScan::Analyzers::RepeatedBranching::PredicateChain::Result
- Defined in:
- lib/metz_scan/analyzers/repeated_branching/predicate_chain.rb
Instance Attribute Summary collapse
-
#branch_values ⇒ Object
Returns the value of attribute branch_values.
-
#decision ⇒ Object
Returns the value of attribute decision.
Instance Attribute Details
#branch_values ⇒ Object
Returns the value of attribute branch_values
7 8 9 |
# File 'lib/metz_scan/analyzers/repeated_branching/predicate_chain.rb', line 7 def branch_values @branch_values end |
#decision ⇒ Object
Returns the value of attribute decision
7 8 9 |
# File 'lib/metz_scan/analyzers/repeated_branching/predicate_chain.rb', line 7 def decision @decision end |