Class: Kanrisuru::Core::Dmi::MemoryArrayMappedAddress

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/dmi/types.rb

Overview

Type 19: Memory Array Mapped Address

Instance Attribute Summary collapse

Instance Attribute Details

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



157
158
159
# File 'lib/kanrisuru/core/dmi/types.rb', line 157

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



157
158
159
# File 'lib/kanrisuru/core/dmi/types.rb', line 157

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



157
158
159
# File 'lib/kanrisuru/core/dmi/types.rb', line 157

def dmi_type
  @dmi_type
end

#ending_addressObject

Returns the value of attribute ending_address

Returns:

  • (Object)

    the current value of ending_address



157
158
159
# File 'lib/kanrisuru/core/dmi/types.rb', line 157

def ending_address
  @ending_address
end

#partition_widthObject

Returns the value of attribute partition_width

Returns:

  • (Object)

    the current value of partition_width



157
158
159
# File 'lib/kanrisuru/core/dmi/types.rb', line 157

def partition_width
  @partition_width
end

#physical_array_handleObject

Returns the value of attribute physical_array_handle

Returns:

  • (Object)

    the current value of physical_array_handle



157
158
159
# File 'lib/kanrisuru/core/dmi/types.rb', line 157

def physical_array_handle
  @physical_array_handle
end

#range_sizeObject

Returns the value of attribute range_size

Returns:

  • (Object)

    the current value of range_size



157
158
159
# File 'lib/kanrisuru/core/dmi/types.rb', line 157

def range_size
  @range_size
end

#starting_addressObject

Returns the value of attribute starting_address

Returns:

  • (Object)

    the current value of starting_address



157
158
159
# File 'lib/kanrisuru/core/dmi/types.rb', line 157

def starting_address
  @starting_address
end