Class: IPXACT::Register
- Inherits:
-
Hash
- Object
- Hash
- IPXACT::Register
- Defined in:
- lib/ipxact/register.rb
Overview
A Register holds the data relative to a component’s registers. Most of the data is represented as a Ruby Hash, except for the registers’s field_map, which corresponds to an array of Hashes.
Instance Attribute Summary collapse
-
#field_map ⇒ Object
Returns the value of attribute field_map.
Instance Attribute Details
#field_map ⇒ Object
Returns the value of attribute field_map.
24 25 26 |
# File 'lib/ipxact/register.rb', line 24 def field_map @field_map end |