Class: Kanrisuru::Core::Dmi::ManagementDeviceThresholdData
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::ManagementDeviceThresholdData
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 36: Management Device Threshold Data
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.
-
#lower_critical_threshold ⇒ Object
Returns the value of attribute lower_critical_threshold.
-
#lower_non_critical_threshold ⇒ Object
Returns the value of attribute lower_non_critical_threshold.
-
#lower_non_recoverable_threshold ⇒ Object
Returns the value of attribute lower_non_recoverable_threshold.
-
#upper_critical_threshold ⇒ Object
Returns the value of attribute upper_critical_threshold.
-
#upper_non_critical_threshold ⇒ Object
Returns the value of attribute upper_non_critical_threshold.
-
#upper_non_recoverable_threshold ⇒ Object
Returns the value of attribute upper_non_recoverable_threshold.
Instance Attribute Details
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
285 286 287 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 285 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
285 286 287 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 285 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
285 286 287 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 285 def dmi_type @dmi_type end |
#lower_critical_threshold ⇒ Object
Returns the value of attribute lower_critical_threshold
285 286 287 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 285 def lower_critical_threshold @lower_critical_threshold end |
#lower_non_critical_threshold ⇒ Object
Returns the value of attribute lower_non_critical_threshold
285 286 287 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 285 def lower_non_critical_threshold @lower_non_critical_threshold end |
#lower_non_recoverable_threshold ⇒ Object
Returns the value of attribute lower_non_recoverable_threshold
285 286 287 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 285 def lower_non_recoverable_threshold @lower_non_recoverable_threshold end |
#upper_critical_threshold ⇒ Object
Returns the value of attribute upper_critical_threshold
285 286 287 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 285 def upper_critical_threshold @upper_critical_threshold end |
#upper_non_critical_threshold ⇒ Object
Returns the value of attribute upper_non_critical_threshold
285 286 287 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 285 def upper_non_critical_threshold @upper_non_critical_threshold end |
#upper_non_recoverable_threshold ⇒ Object
Returns the value of attribute upper_non_recoverable_threshold
285 286 287 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 285 def upper_non_recoverable_threshold @upper_non_recoverable_threshold end |