Class: Flexr::Automaton::NFATransition
- Inherits:
-
Struct
- Object
- Struct
- Flexr::Automaton::NFATransition
- Defined in:
- lib/flexr/automaton/nfa.rb
Instance Attribute Summary collapse
-
#hi ⇒ Object
Returns the value of attribute hi.
-
#lo ⇒ Object
Returns the value of attribute lo.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#hi ⇒ Object
Returns the value of attribute hi
6 7 8 |
# File 'lib/flexr/automaton/nfa.rb', line 6 def hi @hi end |
#lo ⇒ Object
Returns the value of attribute lo
6 7 8 |
# File 'lib/flexr/automaton/nfa.rb', line 6 def lo @lo end |
#to ⇒ Object
Returns the value of attribute to
6 7 8 |
# File 'lib/flexr/automaton/nfa.rb', line 6 def to @to end |