Class: CrossOrigen::IpXact::AddressSpace
- Inherits:
-
Struct
- Object
- Struct
- CrossOrigen::IpXact::AddressSpace
- Defined in:
- lib/cross_origen/ip_xact.rb
Instance Attribute Summary collapse
-
#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
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/cross_origen/ip_xact.rb', line 3 def name @name end |
#range ⇒ Object
Returns the value of attribute range
3 4 5 |
# File 'lib/cross_origen/ip_xact.rb', line 3 def range @range end |
#width ⇒ Object
Returns the value of attribute width
3 4 5 |
# File 'lib/cross_origen/ip_xact.rb', line 3 def width @width end |