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
49 50 51 |
# File 'lib/little_ghost/graph.rb', line 49 def events @events end |
#results ⇒ Object (readonly)
Returns the value of attribute results
49 50 51 |
# File 'lib/little_ghost/graph.rb', line 49 def results @results end |
#steps ⇒ Object (readonly)
Returns the value of attribute steps
49 50 51 |
# File 'lib/little_ghost/graph.rb', line 49 def steps @steps end |
#terminal ⇒ Object (readonly)
Returns the value of attribute terminal
49 50 51 |
# File 'lib/little_ghost/graph.rb', line 49 def terminal @terminal end |
#usage ⇒ Object (readonly)
Returns the value of attribute usage
49 50 51 |
# File 'lib/little_ghost/graph.rb', line 49 def usage @usage end |