Class: Kanrisuru::Core::Dmi::SystemBoot
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::SystemBoot
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 32: System Boot
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.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
259 260 261 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 259 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
259 260 261 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 259 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
259 260 261 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 259 def dmi_type @dmi_type end |
#status ⇒ Object
Returns the value of attribute status
259 260 261 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 259 def status @status end |