Class: HDLRuby::High::Std::DecoderT::Entry
- Inherits:
-
Object
- Object
- HDLRuby::High::Std::DecoderT::Entry
- Defined in:
- lib/HDLRuby/std/decoder.rb
Overview
The entry class
Instance Attribute Summary collapse
-
#code ⇒ Object
The fields for identifying the entry.
-
#id_fields ⇒ Object
The fields for identifying the entry.
-
#var_fields ⇒ Object
The fields for identifying the entry.
Instance Attribute Details
#code ⇒ Object
The fields for identifying the entry
21 22 23 |
# File 'lib/HDLRuby/std/decoder.rb', line 21 def code @code end |
#id_fields ⇒ Object
The fields for identifying the entry
21 22 23 |
# File 'lib/HDLRuby/std/decoder.rb', line 21 def id_fields @id_fields end |
#var_fields ⇒ Object
The fields for identifying the entry
21 22 23 |
# File 'lib/HDLRuby/std/decoder.rb', line 21 def var_fields @var_fields end |