Class: Kanrisuru::Core::Dmi::SystemConfigurationOptions
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::SystemConfigurationOptions
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 12: System Configuration Options
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.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
101 102 103 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 101 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
101 102 103 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 101 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
101 102 103 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 101 def dmi_type @dmi_type end |
#options ⇒ Object
Returns the value of attribute options
101 102 103 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 101 def @options end |