Class: Kanrisuru::Core::Dmi::OnBoardDevice
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::OnBoardDevice
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 10: On Board Device Information
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#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.
-
#status ⇒ Object
Returns the value of attribute status.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
89 90 91 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 89 def description @description end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
89 90 91 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 89 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
89 90 91 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 89 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
89 90 91 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 89 def dmi_type @dmi_type end |
#status ⇒ Object
Returns the value of attribute status
89 90 91 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 89 def status @status end |
#type ⇒ Object
Returns the value of attribute type
89 90 91 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 89 def type @type end |