Class: Kanrisuru::Core::Dmi::System
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::System
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 1: Sytem Information
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.
-
#family ⇒ Object
Returns the value of attribute family.
-
#manufacturer ⇒ Object
Returns the value of attribute manufacturer.
-
#product_name ⇒ Object
Returns the value of attribute product_name.
-
#serial_number ⇒ Object
Returns the value of attribute serial_number.
-
#sku_number ⇒ Object
Returns the value of attribute sku_number.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
-
#version ⇒ Object
Returns the value of attribute version.
-
#wake_up_type ⇒ Object
Returns the value of attribute wake_up_type.
Instance Attribute Details
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
14 15 16 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 14 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
14 15 16 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 14 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
14 15 16 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 14 def dmi_type @dmi_type end |
#family ⇒ Object
Returns the value of attribute family
14 15 16 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 14 def family @family end |
#manufacturer ⇒ Object
Returns the value of attribute manufacturer
14 15 16 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 14 def manufacturer @manufacturer end |
#product_name ⇒ Object
Returns the value of attribute product_name
14 15 16 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 14 def product_name @product_name end |
#serial_number ⇒ Object
Returns the value of attribute serial_number
14 15 16 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 14 def serial_number @serial_number end |
#sku_number ⇒ Object
Returns the value of attribute sku_number
14 15 16 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 14 def sku_number @sku_number end |
#uuid ⇒ Object
Returns the value of attribute uuid
14 15 16 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 14 def uuid @uuid end |
#version ⇒ Object
Returns the value of attribute version
14 15 16 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 14 def version @version end |
#wake_up_type ⇒ Object
Returns the value of attribute wake_up_type
14 15 16 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 14 def wake_up_type @wake_up_type end |