Class: HDLRuby::High::Std::FsmT::State
- Inherits:
-
Object
- Object
- HDLRuby::High::Std::FsmT::State
- Defined in:
- lib/HDLRuby/std/fsm.rb
Overview
The state class
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#gotos ⇒ Object
Returns the value of attribute gotos.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
16 17 18 |
# File 'lib/HDLRuby/std/fsm.rb', line 16 def code @code end |
#gotos ⇒ Object
Returns the value of attribute gotos.
16 17 18 |
# File 'lib/HDLRuby/std/fsm.rb', line 16 def gotos @gotos end |
#name ⇒ Object
Returns the value of attribute name.
16 17 18 |
# File 'lib/HDLRuby/std/fsm.rb', line 16 def name @name end |
#value ⇒ Object
Returns the value of attribute value.
16 17 18 |
# File 'lib/HDLRuby/std/fsm.rb', line 16 def value @value end |