Class: HDLRuby::High::Std::DecoderT::Field
- Inherits:
-
Object
- Object
- HDLRuby::High::Std::DecoderT::Field
- Defined in:
- lib/HDLRuby/std/decoder.rb
Overview
The description of a decoding field.
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#range ⇒ Object
Returns the value of attribute range.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
16 17 18 |
# File 'lib/HDLRuby/std/decoder.rb', line 16 def content @content end |
#range ⇒ Object
Returns the value of attribute range.
16 17 18 |
# File 'lib/HDLRuby/std/decoder.rb', line 16 def range @range end |