Class: Kanrisuru::Core::Dmi::SystemReset
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::SystemReset
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 23: System Reset
Instance Attribute Summary collapse
-
#boot_option ⇒ Object
Returns the value of attribute boot_option.
-
#boot_option_on_limit ⇒ Object
Returns the value of attribute boot_option_on_limit.
-
#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.
-
#reset_count ⇒ Object
Returns the value of attribute reset_count.
-
#reset_limit ⇒ Object
Returns the value of attribute reset_limit.
-
#status ⇒ Object
Returns the value of attribute status.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
-
#timer_interval ⇒ Object
Returns the value of attribute timer_interval.
-
#watchdog_timer ⇒ Object
Returns the value of attribute watchdog_timer.
Instance Attribute Details
#boot_option ⇒ Object
Returns the value of attribute boot_option
189 190 191 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 189 def boot_option @boot_option end |
#boot_option_on_limit ⇒ Object
Returns the value of attribute 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_handle ⇒ Object
Returns the value of attribute dmi_handle
189 190 191 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 189 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
189 190 191 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 189 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
189 190 191 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 189 def dmi_type @dmi_type end |
#reset_count ⇒ Object
Returns the value of attribute reset_count
189 190 191 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 189 def reset_count @reset_count end |
#reset_limit ⇒ Object
Returns the value of attribute reset_limit
189 190 191 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 189 def reset_limit @reset_limit end |
#status ⇒ Object
Returns the value of attribute status
189 190 191 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 189 def status @status end |
#timeout ⇒ Object
Returns the value of attribute timeout
189 190 191 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 189 def timeout @timeout end |
#timer_interval ⇒ Object
Returns the value of attribute timer_interval
189 190 191 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 189 def timer_interval @timer_interval end |
#watchdog_timer ⇒ Object
Returns the value of attribute watchdog_timer
189 190 191 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 189 def watchdog_timer @watchdog_timer end |