Class: Kanrisuru::Core::Dmi::MemoryError32Bit
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::MemoryError32Bit
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 18: 32-bit Memory Error Information
Instance Attribute Summary collapse
-
#device_address ⇒ Object
Returns the value of attribute device_address.
-
#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.
-
#granularity ⇒ Object
Returns the value of attribute granularity.
-
#memory_array_address ⇒ Object
Returns the value of attribute memory_array_address.
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#resolution ⇒ Object
Returns the value of attribute resolution.
-
#type ⇒ Object
Returns the value of attribute type.
-
#vendor_syndrome ⇒ Object
Returns the value of attribute vendor_syndrome.
Instance Attribute Details
#device_address ⇒ Object
Returns the value of attribute device_address
150 151 152 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 150 def device_address @device_address end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
150 151 152 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 150 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
150 151 152 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 150 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
150 151 152 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 150 def dmi_type @dmi_type end |
#granularity ⇒ Object
Returns the value of attribute granularity
150 151 152 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 150 def granularity @granularity end |
#memory_array_address ⇒ Object
Returns the value of attribute memory_array_address
150 151 152 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 150 def memory_array_address @memory_array_address end |
#operation ⇒ Object
Returns the value of attribute operation
150 151 152 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 150 def operation @operation end |
#resolution ⇒ Object
Returns the value of attribute resolution
150 151 152 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 150 def resolution @resolution end |
#type ⇒ Object
Returns the value of attribute type
150 151 152 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 150 def type @type end |
#vendor_syndrome ⇒ Object
Returns the value of attribute vendor_syndrome
150 151 152 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 150 def vendor_syndrome @vendor_syndrome end |