Class: MetzScan::Analyzers::RepeatedBranching::BranchSiteCollector::SiteDraft
- Inherits:
-
Struct
- Object
- Struct
- MetzScan::Analyzers::RepeatedBranching::BranchSiteCollector::SiteDraft
- Defined in:
- lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb
Instance Attribute Summary collapse
-
#branch_conditions ⇒ Object
Returns the value of attribute branch_conditions.
-
#branch_values ⇒ Object
Returns the value of attribute branch_values.
-
#contextual_node ⇒ Object
Returns the value of attribute contextual_node.
-
#decision ⇒ Object
Returns the value of attribute decision.
-
#kind ⇒ Object
Returns the value of attribute kind.
Instance Attribute Details
#branch_conditions ⇒ Object
Returns the value of attribute branch_conditions
15 16 17 |
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 15 def branch_conditions @branch_conditions end |
#branch_values ⇒ Object
Returns the value of attribute branch_values
15 16 17 |
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 15 def branch_values @branch_values end |
#contextual_node ⇒ Object
Returns the value of attribute contextual_node
15 16 17 |
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 15 def contextual_node @contextual_node end |
#decision ⇒ Object
Returns the value of attribute decision
15 16 17 |
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 15 def decision @decision end |
#kind ⇒ Object
Returns the value of attribute kind
15 16 17 |
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 15 def kind @kind end |