Class: Kanrisuru::Core::Dmi::Cache
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::Cache
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 7: Cache Information
Instance Attribute Summary collapse
-
#associativity ⇒ Object
Returns the value of attribute associativity.
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#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.
-
#installed_size ⇒ Object
Returns the value of attribute installed_size.
-
#installed_sram_type ⇒ Object
Returns the value of attribute installed_sram_type.
-
#location ⇒ Object
Returns the value of attribute location.
-
#maximum_size ⇒ Object
Returns the value of attribute maximum_size.
-
#operational_mode ⇒ Object
Returns the value of attribute operational_mode.
-
#socket_designation ⇒ Object
Returns the value of attribute socket_designation.
-
#speed ⇒ Object
Returns the value of attribute speed.
-
#supported_sram_types ⇒ Object
Returns the value of attribute supported_sram_types.
-
#system_type ⇒ Object
Returns the value of attribute system_type.
Instance Attribute Details
#associativity ⇒ Object
Returns the value of attribute associativity
63 64 65 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 63 def associativity @associativity end |
#configuration ⇒ Object
Returns the value of attribute configuration
63 64 65 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 63 def configuration @configuration end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
63 64 65 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 63 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
63 64 65 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 63 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
63 64 65 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 63 def dmi_type @dmi_type end |
#error_correction_type ⇒ Object
Returns the value of attribute error_correction_type
63 64 65 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 63 def error_correction_type @error_correction_type end |
#installed_size ⇒ Object
Returns the value of attribute installed_size
63 64 65 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 63 def installed_size @installed_size end |
#installed_sram_type ⇒ Object
Returns the value of attribute installed_sram_type
63 64 65 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 63 def installed_sram_type @installed_sram_type end |
#location ⇒ Object
Returns the value of attribute location
63 64 65 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 63 def location @location end |
#maximum_size ⇒ Object
Returns the value of attribute maximum_size
63 64 65 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 63 def maximum_size @maximum_size end |
#operational_mode ⇒ Object
Returns the value of attribute operational_mode
63 64 65 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 63 def operational_mode @operational_mode end |
#socket_designation ⇒ Object
Returns the value of attribute socket_designation
63 64 65 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 63 def socket_designation @socket_designation end |
#speed ⇒ Object
Returns the value of attribute speed
63 64 65 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 63 def speed @speed end |
#supported_sram_types ⇒ Object
Returns the value of attribute supported_sram_types
63 64 65 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 63 def supported_sram_types @supported_sram_types end |
#system_type ⇒ Object
Returns the value of attribute system_type
63 64 65 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 63 def system_type @system_type end |