Class: Kanrisuru::Core::Dmi::CoolingDevice
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::CoolingDevice
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 27: Cooling Device
Instance Attribute Summary collapse
-
#cooling_unit_group ⇒ Object
Returns the value of attribute cooling_unit_group.
-
#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.
-
#nominal_speed ⇒ Object
Returns the value of attribute nominal_speed.
-
#oem_specific_information ⇒ Object
Returns the value of attribute oem_specific_information.
-
#status ⇒ Object
Returns the value of attribute status.
-
#temperature_probe_handle ⇒ Object
Returns the value of attribute temperature_probe_handle.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#cooling_unit_group ⇒ Object
Returns the value of attribute cooling_unit_group
218 219 220 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 218 def cooling_unit_group @cooling_unit_group end |
#description ⇒ Object
Returns the value of attribute description
218 219 220 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 218 def description @description end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
218 219 220 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 218 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
218 219 220 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 218 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
218 219 220 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 218 def dmi_type @dmi_type end |
#nominal_speed ⇒ Object
Returns the value of attribute nominal_speed
218 219 220 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 218 def nominal_speed @nominal_speed end |
#oem_specific_information ⇒ Object
Returns the value of attribute oem_specific_information
218 219 220 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 218 def oem_specific_information @oem_specific_information end |
#status ⇒ Object
Returns the value of attribute status
218 219 220 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 218 def status @status end |
#temperature_probe_handle ⇒ Object
Returns the value of attribute temperature_probe_handle
218 219 220 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 218 def temperature_probe_handle @temperature_probe_handle end |
#type ⇒ Object
Returns the value of attribute type
218 219 220 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 218 def type @type end |