Class: Kanrisuru::Core::Dmi::AdditionalInformation
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::AdditionalInformation
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 40: Additional 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.
-
#referenced_handle ⇒ Object
Returns the value of attribute referenced_handle.
-
#referenced_offset ⇒ Object
Returns the value of attribute referenced_offset.
-
#string ⇒ Object
Returns the value of attribute string.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
328 329 330 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 328 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
328 329 330 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 328 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
328 329 330 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 328 def dmi_type @dmi_type end |
#referenced_handle ⇒ Object
Returns the value of attribute referenced_handle
328 329 330 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 328 def referenced_handle @referenced_handle end |
#referenced_offset ⇒ Object
Returns the value of attribute referenced_offset
328 329 330 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 328 def referenced_offset @referenced_offset end |
#string ⇒ Object
Returns the value of attribute string
328 329 330 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 328 def string @string end |
#value ⇒ Object
Returns the value of attribute value
328 329 330 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 328 def value @value end |