Class: Kanrisuru::Core::Dmi::PhysicalMemoryArray
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::PhysicalMemoryArray
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 16: Physical Memory Array
Instance Attribute Summary collapse
-
#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.
-
#error_correction_type ⇒ Object
Returns the value of attribute error_correction_type.
-
#error_information_handle ⇒ Object
Returns the value of attribute error_information_handle.
-
#location ⇒ Object
Returns the value of attribute location.
-
#maximum_capacity ⇒ Object
Returns the value of attribute maximum_capacity.
-
#number_of_devices ⇒ Object
Returns the value of attribute number_of_devices.
-
#use ⇒ Object
Returns the value of attribute use.
Instance Attribute Details
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
127 128 129 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 127 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
127 128 129 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 127 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
127 128 129 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 127 def dmi_type @dmi_type end |
#error_correction_type ⇒ Object
Returns the value of attribute 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_handle ⇒ Object
Returns the value of attribute error_information_handle
127 128 129 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 127 def error_information_handle @error_information_handle end |
#location ⇒ Object
Returns the value of attribute location
127 128 129 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 127 def location @location end |
#maximum_capacity ⇒ Object
Returns the value of attribute maximum_capacity
127 128 129 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 127 def maximum_capacity @maximum_capacity end |
#number_of_devices ⇒ Object
Returns the value of attribute number_of_devices
127 128 129 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 127 def number_of_devices @number_of_devices end |
#use ⇒ Object
Returns the value of attribute use
127 128 129 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 127 def use @use end |