Class: Kanrisuru::Core::Dmi::TemperatureProbe
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::TemperatureProbe
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 28: Temperature Probe
Instance Attribute Summary collapse
-
#accuracy ⇒ Object
Returns the value of attribute accuracy.
-
#description ⇒ Object
Returns the value of attribute description.
-
#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.
-
#location ⇒ Object
Returns the value of attribute location.
-
#maximum_value ⇒ Object
Returns the value of attribute maximum_value.
-
#minimum_value ⇒ Object
Returns the value of attribute minimum_value.
-
#nominal_value ⇒ Object
Returns the value of attribute nominal_value.
-
#oem_specific_information ⇒ Object
Returns the value of attribute oem_specific_information.
-
#resolution ⇒ Object
Returns the value of attribute resolution.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tolerance ⇒ Object
Returns the value of attribute tolerance.
Instance Attribute Details
#accuracy ⇒ Object
Returns the value of attribute accuracy
226 227 228 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 226 def accuracy @accuracy end |
#description ⇒ Object
Returns the value of attribute description
226 227 228 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 226 def description @description end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
226 227 228 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 226 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
226 227 228 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 226 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
226 227 228 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 226 def dmi_type @dmi_type end |
#location ⇒ Object
Returns the value of attribute location
226 227 228 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 226 def location @location end |
#maximum_value ⇒ Object
Returns the value of attribute maximum_value
226 227 228 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 226 def maximum_value @maximum_value end |
#minimum_value ⇒ Object
Returns the value of attribute minimum_value
226 227 228 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 226 def minimum_value @minimum_value end |
#nominal_value ⇒ Object
Returns the value of attribute nominal_value
226 227 228 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 226 def nominal_value @nominal_value end |
#oem_specific_information ⇒ Object
Returns the value of attribute oem_specific_information
226 227 228 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 226 def oem_specific_information @oem_specific_information end |
#resolution ⇒ Object
Returns the value of attribute resolution
226 227 228 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 226 def resolution @resolution end |
#status ⇒ Object
Returns the value of attribute status
226 227 228 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 226 def status @status end |
#tolerance ⇒ Object
Returns the value of attribute tolerance
226 227 228 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 226 def tolerance @tolerance end |