Class: Kanrisuru::Core::Dmi::PhysicalMemoryArray

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

Overview

Type 16: Physical Memory Array

Instance Attribute Summary collapse

Instance Attribute Details

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



127
128
129
# File 'lib/kanrisuru/core/dmi/types.rb', line 127

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



127
128
129
# File 'lib/kanrisuru/core/dmi/types.rb', line 127

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



127
128
129
# File 'lib/kanrisuru/core/dmi/types.rb', line 127

def dmi_type
  @dmi_type
end

#error_correction_typeObject

Returns the value of attribute error_correction_type

Returns:

  • (Object)

    the current value of error_correction_type



127
128
129
# File 'lib/kanrisuru/core/dmi/types.rb', line 127

def error_correction_type
  @error_correction_type
end

#error_information_handleObject

Returns the value of attribute error_information_handle

Returns:

  • (Object)

    the current value of error_information_handle



127
128
129
# File 'lib/kanrisuru/core/dmi/types.rb', line 127

def error_information_handle
  @error_information_handle
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



127
128
129
# File 'lib/kanrisuru/core/dmi/types.rb', line 127

def location
  @location
end

#maximum_capacityObject

Returns the value of attribute maximum_capacity

Returns:

  • (Object)

    the current value of maximum_capacity



127
128
129
# File 'lib/kanrisuru/core/dmi/types.rb', line 127

def maximum_capacity
  @maximum_capacity
end

#number_of_devicesObject

Returns the value of attribute number_of_devices

Returns:

  • (Object)

    the current value of number_of_devices



127
128
129
# File 'lib/kanrisuru/core/dmi/types.rb', line 127

def number_of_devices
  @number_of_devices
end

#useObject

Returns the value of attribute use

Returns:

  • (Object)

    the current value of use



127
128
129
# File 'lib/kanrisuru/core/dmi/types.rb', line 127

def use
  @use
end