Class: Automaton::Transition
- Inherits:
-
Struct
- Object
- Struct
- Automaton::Transition
- Defined in:
- lib/automaton.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#label ⇒ Object
Returns the value of attribute label.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from
167 168 169 |
# File 'lib/automaton.rb', line 167 def from @from end |
#label ⇒ Object
Returns the value of attribute label
167 168 169 |
# File 'lib/automaton.rb', line 167 def label @label end |
#to ⇒ Object
Returns the value of attribute to
167 168 169 |
# File 'lib/automaton.rb', line 167 def to @to end |