Class: Flexr::Automaton::Machine
- Inherits:
-
Struct
- Object
- Struct
- Flexr::Automaton::Machine
- Defined in:
- lib/flexr/automaton/types.rb
Instance Attribute Summary collapse
-
#dfa ⇒ Object
Returns the value of attribute dfa.
-
#state_name ⇒ Object
Returns the value of attribute state_name.
Instance Attribute Details
#dfa ⇒ Object
Returns the value of attribute dfa
12 13 14 |
# File 'lib/flexr/automaton/types.rb', line 12 def dfa @dfa end |
#state_name ⇒ Object
Returns the value of attribute state_name
12 13 14 |
# File 'lib/flexr/automaton/types.rb', line 12 def state_name @state_name end |