Class: HDLRuby::High::Std::FsmT::State

Inherits:
Object
  • Object
show all
Defined in:
lib/HDLRuby/std/fsm.rb

Overview

The state class

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code.



16
17
18
# File 'lib/HDLRuby/std/fsm.rb', line 16

def code
  @code
end

#gotosObject

Returns the value of attribute gotos.



16
17
18
# File 'lib/HDLRuby/std/fsm.rb', line 16

def gotos
  @gotos
end

#nameObject

Returns the value of attribute name.



16
17
18
# File 'lib/HDLRuby/std/fsm.rb', line 16

def name
  @name
end

#valueObject

Returns the value of attribute value.



16
17
18
# File 'lib/HDLRuby/std/fsm.rb', line 16

def value
  @value
end