Class: IPXACT::Register

Inherits:
Hash
  • Object
show all
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.

Author:

  • Guillaume Godet-Bar

Instance Attribute Summary collapse

Instance Attribute Details

#field_mapObject

Returns the value of attribute field_map.



24
25
26
# File 'lib/ipxact/register.rb', line 24

def field_map
  @field_map
end