Class: Kanrisuru::Core::Dmi::SystemPowerControls

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/dmi/types.rb

Overview

Type 25: System Power Controls

Instance Attribute Summary collapse

Instance Attribute Details

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



204
205
206
# File 'lib/kanrisuru/core/dmi/types.rb', line 204

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



204
205
206
# File 'lib/kanrisuru/core/dmi/types.rb', line 204

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



204
205
206
# File 'lib/kanrisuru/core/dmi/types.rb', line 204

def dmi_type
  @dmi_type
end

#next_scheduled_power_onObject

Returns the value of attribute next_scheduled_power_on

Returns:

  • (Object)

    the current value of 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