Class: CrossOrigen::IpXact::AddressBlock
- Inherits:
-
Struct
- Object
- Struct
- CrossOrigen::IpXact::AddressBlock
- Defined in:
- lib/cross_origen/ip_xact.rb
Instance Attribute Summary collapse
-
#base_address ⇒ Object
Returns the value of attribute base_address.
-
#name ⇒ Object
Returns the value of attribute name.
-
#range ⇒ Object
Returns the value of attribute range.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#base_address ⇒ Object
Returns the value of attribute base_address
7 8 9 |
# File 'lib/cross_origen/ip_xact.rb', line 7 def base_address @base_address end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/cross_origen/ip_xact.rb', line 7 def name @name end |
#range ⇒ Object
Returns the value of attribute range
7 8 9 |
# File 'lib/cross_origen/ip_xact.rb', line 7 def range @range end |
#width ⇒ Object
Returns the value of attribute width
7 8 9 |
# File 'lib/cross_origen/ip_xact.rb', line 7 def width @width end |