Class: Kanrisuru::Core::Dmi::SystemPowerControls
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::SystemPowerControls
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 25: System Power Controls
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.
-
#next_scheduled_power_on ⇒ Object
Returns the value of attribute next_scheduled_power_on.
Instance Attribute Details
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
204 205 206 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 204 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
204 205 206 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 204 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
204 205 206 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 204 def dmi_type @dmi_type end |
#next_scheduled_power_on ⇒ Object
Returns the value of attribute next_scheduled_power_on
204 205 206 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 204 def next_scheduled_power_on @next_scheduled_power_on end |