Class: Kanrisuru::Core::Dmi::MemoryModule
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::MemoryModule
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 6: Memory Module Information
Instance Attribute Summary collapse
-
#bank_connections ⇒ Object
Returns the value of attribute bank_connections.
-
#current_speed ⇒ Object
Returns the value of attribute current_speed.
-
#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_size ⇒ Object
Returns the value of attribute enabled_size.
-
#error_status ⇒ Object
Returns the value of attribute error_status.
-
#installed_size ⇒ Object
Returns the value of attribute installed_size.
-
#socket_designation ⇒ Object
Returns the value of attribute socket_designation.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#bank_connections ⇒ Object
Returns the value of attribute bank_connections
56 57 58 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 56 def bank_connections @bank_connections end |
#current_speed ⇒ Object
Returns the value of attribute current_speed
56 57 58 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 56 def current_speed @current_speed end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
56 57 58 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 56 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
56 57 58 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 56 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
56 57 58 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 56 def dmi_type @dmi_type end |
#enabled_size ⇒ Object
Returns the value of attribute enabled_size
56 57 58 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 56 def enabled_size @enabled_size end |
#error_status ⇒ Object
Returns the value of attribute error_status
56 57 58 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 56 def error_status @error_status end |
#installed_size ⇒ Object
Returns the value of attribute installed_size
56 57 58 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 56 def installed_size @installed_size end |
#socket_designation ⇒ Object
Returns the value of attribute socket_designation
56 57 58 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 56 def socket_designation @socket_designation end |
#type ⇒ Object
Returns the value of attribute type
56 57 58 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 56 def type @type end |