Class: Statecraft::Machine::CompiledGraph
- Inherits:
-
Struct
- Object
- Struct
- Statecraft::Machine::CompiledGraph
- Defined in:
- lib/statecraft/machine.rb
Instance Attribute Summary collapse
-
#callbacks ⇒ Object
Returns the value of attribute callbacks.
-
#edges ⇒ Object
Returns the value of attribute edges.
-
#events ⇒ Object
Returns the value of attribute events.
-
#initial_state ⇒ Object
Returns the value of attribute initial_state.
-
#states ⇒ Object
Returns the value of attribute states.
Instance Attribute Details
#callbacks ⇒ Object
Returns the value of attribute callbacks
17 18 19 |
# File 'lib/statecraft/machine.rb', line 17 def callbacks @callbacks end |
#edges ⇒ Object
Returns the value of attribute edges
17 18 19 |
# File 'lib/statecraft/machine.rb', line 17 def edges @edges end |
#events ⇒ Object
Returns the value of attribute events
17 18 19 |
# File 'lib/statecraft/machine.rb', line 17 def events @events end |
#initial_state ⇒ Object
Returns the value of attribute initial_state
17 18 19 |
# File 'lib/statecraft/machine.rb', line 17 def initial_state @initial_state end |
#states ⇒ Object
Returns the value of attribute states
17 18 19 |
# File 'lib/statecraft/machine.rb', line 17 def states @states end |