Class: Kanrisuru::Core::Dmi::OEMStrings
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::OEMStrings
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 11: OEM Strings
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.
-
#strings ⇒ Object
Returns the value of attribute strings.
Instance Attribute Details
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
95 96 97 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 95 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
95 96 97 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 95 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
95 96 97 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 95 def dmi_type @dmi_type end |
#strings ⇒ Object
Returns the value of attribute strings
95 96 97 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 95 def strings @strings end |