Class: Kanrisuru::Core::Dmi::MemoryError64Bit
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::MemoryError64Bit
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 33: 64-bit Memory Error
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
265 266 267 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 265 def device_address @device_address end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
265 266 267 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 265 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
265 266 267 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 265 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
265 266 267 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 265 def dmi_type @dmi_type end |
#granularity ⇒ Object
Returns the value of attribute granularity
265 266 267 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 265 def granularity @granularity end |
#memory_array_address ⇒ Object
Returns the value of attribute memory_array_address
265 266 267 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 265 def memory_array_address @memory_array_address end |
#operation ⇒ Object
Returns the value of attribute operation
265 266 267 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 265 def operation @operation end |
#resolution ⇒ Object
Returns the value of attribute resolution
265 266 267 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 265 def resolution @resolution end |
#type ⇒ Object
Returns the value of attribute type
265 266 267 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 265 def type @type end |
#vendor_syndrome ⇒ Object
Returns the value of attribute vendor_syndrome
265 266 267 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 265 def vendor_syndrome @vendor_syndrome end |