Class: LittleGhost::Graph::BranchResult

Inherits:
Data
  • Object
show all
Defined in:
lib/little_ghost/graph.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#eventsObject (readonly)

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



38
39
40
# File 'lib/little_ghost/graph.rb', line 38

def events
  @events
end

#resultsObject (readonly)

Returns the value of attribute results

Returns:

  • (Object)

    the current value of results



38
39
40
# File 'lib/little_ghost/graph.rb', line 38

def results
  @results
end

#stepsObject (readonly)

Returns the value of attribute steps

Returns:

  • (Object)

    the current value of steps



38
39
40
# File 'lib/little_ghost/graph.rb', line 38

def steps
  @steps
end

#terminalObject (readonly)

Returns the value of attribute terminal

Returns:

  • (Object)

    the current value of terminal



38
39
40
# File 'lib/little_ghost/graph.rb', line 38

def terminal
  @terminal
end

#usageObject (readonly)

Returns the value of attribute usage

Returns:

  • (Object)

    the current value of usage



38
39
40
# File 'lib/little_ghost/graph.rb', line 38

def usage
  @usage
end