Class: LittleGhost::Graph::BranchResult
- Inherits:
-
Data
- Object
- Data
- LittleGhost::Graph::BranchResult
- Defined in:
- lib/little_ghost/graph.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#events ⇒ Object
readonly
Returns the value of attribute events.
-
#results ⇒ Object
readonly
Returns the value of attribute results.
-
#steps ⇒ Object
readonly
Returns the value of attribute steps.
-
#terminal ⇒ Object
readonly
Returns the value of attribute terminal.
-
#usage ⇒ Object
readonly
Returns the value of attribute usage.
Instance Attribute Details
#events ⇒ Object (readonly)
Returns the value of attribute events
38 39 40 |
# File 'lib/little_ghost/graph.rb', line 38 def events @events end |
#results ⇒ Object (readonly)
Returns the value of attribute results
38 39 40 |
# File 'lib/little_ghost/graph.rb', line 38 def results @results end |
#steps ⇒ Object (readonly)
Returns the value of attribute steps
38 39 40 |
# File 'lib/little_ghost/graph.rb', line 38 def steps @steps end |
#terminal ⇒ Object (readonly)
Returns the value of attribute terminal
38 39 40 |
# File 'lib/little_ghost/graph.rb', line 38 def terminal @terminal end |
#usage ⇒ Object (readonly)
Returns the value of attribute usage
38 39 40 |
# File 'lib/little_ghost/graph.rb', line 38 def usage @usage end |