Class: Flexr::Automaton::NFATransition

Inherits:
Struct
  • Object
show all
Defined in:
lib/flexr/automaton/nfa.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hiObject

Returns the value of attribute hi

Returns:

  • (Object)

    the current value of hi



6
7
8
# File 'lib/flexr/automaton/nfa.rb', line 6

def hi
  @hi
end

#loObject

Returns the value of attribute lo

Returns:

  • (Object)

    the current value of lo



6
7
8
# File 'lib/flexr/automaton/nfa.rb', line 6

def lo
  @lo
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



6
7
8
# File 'lib/flexr/automaton/nfa.rb', line 6

def to
  @to
end