Class: Kanrisuru::Core::Dmi::SystemReset

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

Overview

Type 23: System Reset

Instance Attribute Summary collapse

Instance Attribute Details

#boot_optionObject

Returns the value of attribute boot_option

Returns:

  • (Object)

    the current value of boot_option



189
190
191
# File 'lib/kanrisuru/core/dmi/types.rb', line 189

def boot_option
  @boot_option
end

#boot_option_on_limitObject

Returns the value of attribute boot_option_on_limit

Returns:

  • (Object)

    the current value of boot_option_on_limit



189
190
191
# File 'lib/kanrisuru/core/dmi/types.rb', line 189

def boot_option_on_limit
  @boot_option_on_limit
end

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



189
190
191
# File 'lib/kanrisuru/core/dmi/types.rb', line 189

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



189
190
191
# File 'lib/kanrisuru/core/dmi/types.rb', line 189

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



189
190
191
# File 'lib/kanrisuru/core/dmi/types.rb', line 189

def dmi_type
  @dmi_type
end

#reset_countObject

Returns the value of attribute reset_count

Returns:

  • (Object)

    the current value of reset_count



189
190
191
# File 'lib/kanrisuru/core/dmi/types.rb', line 189

def reset_count
  @reset_count
end

#reset_limitObject

Returns the value of attribute reset_limit

Returns:

  • (Object)

    the current value of reset_limit



189
190
191
# File 'lib/kanrisuru/core/dmi/types.rb', line 189

def reset_limit
  @reset_limit
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



189
190
191
# File 'lib/kanrisuru/core/dmi/types.rb', line 189

def status
  @status
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



189
190
191
# File 'lib/kanrisuru/core/dmi/types.rb', line 189

def timeout
  @timeout
end

#timer_intervalObject

Returns the value of attribute timer_interval

Returns:

  • (Object)

    the current value of timer_interval



189
190
191
# File 'lib/kanrisuru/core/dmi/types.rb', line 189

def timer_interval
  @timer_interval
end

#watchdog_timerObject

Returns the value of attribute watchdog_timer

Returns:

  • (Object)

    the current value of watchdog_timer



189
190
191
# File 'lib/kanrisuru/core/dmi/types.rb', line 189

def watchdog_timer
  @watchdog_timer
end