Class: CrossOrigen::IpXact::AddressSpace

Inherits:
Struct
  • Object
show all
Defined in:
lib/cross_origen/ip_xact.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/cross_origen/ip_xact.rb', line 3

def name
  @name
end

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



3
4
5
# File 'lib/cross_origen/ip_xact.rb', line 3

def range
  @range
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



3
4
5
# File 'lib/cross_origen/ip_xact.rb', line 3

def width
  @width
end