Class: Kanrisuru::Core::Dmi::MemoryController
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::MemoryController
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 5: Memory Controller Information
Instance Attribute Summary collapse
-
#associated_memory_slots ⇒ Object
Returns the value of attribute associated_memory_slots.
-
#current_interleave ⇒ Object
Returns the value of attribute current_interleave.
-
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle.
-
#dmi_size ⇒ Object
Returns the value of attribute dmi_size.
-
#dmi_type ⇒ Object
Returns the value of attribute dmi_type.
-
#enabled_error_correcting_capabilities ⇒ Object
Returns the value of attribute enabled_error_correcting_capabilities.
-
#error_correcting_capabilities ⇒ Object
Returns the value of attribute error_correcting_capabilities.
-
#error_detecting_method ⇒ Object
Returns the value of attribute error_detecting_method.
-
#maximum_memory_module_size ⇒ Object
Returns the value of attribute maximum_memory_module_size.
-
#maximum_total_memory_size ⇒ Object
Returns the value of attribute maximum_total_memory_size.
-
#memory_module_voltage ⇒ Object
Returns the value of attribute memory_module_voltage.
-
#supported_interleave ⇒ Object
Returns the value of attribute supported_interleave.
-
#supported_memory_types ⇒ Object
Returns the value of attribute supported_memory_types.
-
#supported_seeds ⇒ Object
Returns the value of attribute supported_seeds.
Instance Attribute Details
#associated_memory_slots ⇒ Object
Returns the value of attribute associated_memory_slots
47 48 49 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 47 def associated_memory_slots @associated_memory_slots end |
#current_interleave ⇒ Object
Returns the value of attribute current_interleave
47 48 49 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 47 def current_interleave @current_interleave end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
47 48 49 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 47 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
47 48 49 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 47 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
47 48 49 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 47 def dmi_type @dmi_type end |
#enabled_error_correcting_capabilities ⇒ Object
Returns the value of attribute enabled_error_correcting_capabilities
47 48 49 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 47 def enabled_error_correcting_capabilities @enabled_error_correcting_capabilities end |
#error_correcting_capabilities ⇒ Object
Returns the value of attribute error_correcting_capabilities
47 48 49 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 47 def error_correcting_capabilities @error_correcting_capabilities end |
#error_detecting_method ⇒ Object
Returns the value of attribute error_detecting_method
47 48 49 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 47 def error_detecting_method @error_detecting_method end |
#maximum_memory_module_size ⇒ Object
Returns the value of attribute maximum_memory_module_size
47 48 49 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 47 def maximum_memory_module_size @maximum_memory_module_size end |
#maximum_total_memory_size ⇒ Object
Returns the value of attribute maximum_total_memory_size
47 48 49 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 47 def maximum_total_memory_size @maximum_total_memory_size end |
#memory_module_voltage ⇒ Object
Returns the value of attribute memory_module_voltage
47 48 49 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 47 def memory_module_voltage @memory_module_voltage end |
#supported_interleave ⇒ Object
Returns the value of attribute supported_interleave
47 48 49 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 47 def supported_interleave @supported_interleave end |
#supported_memory_types ⇒ Object
Returns the value of attribute supported_memory_types
47 48 49 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 47 def supported_memory_types @supported_memory_types end |
#supported_seeds ⇒ Object
Returns the value of attribute supported_seeds
47 48 49 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 47 def supported_seeds @supported_seeds end |