Class: Kanrisuru::Core::Dmi::SystemPowerSupply
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::SystemPowerSupply
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 39: System Power Supply
Instance Attribute Summary collapse
-
#asset_tag ⇒ Object
Returns the value of attribute asset_tag.
-
#cooling_device_handle ⇒ Object
Returns the value of attribute cooling_device_handle.
-
#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.
-
#hot_replaceable ⇒ Object
Returns the value of attribute hot_replaceable.
-
#input_current_probe_handle ⇒ Object
Returns the value of attribute input_current_probe_handle.
-
#input_voltage_probe_handle ⇒ Object
Returns the value of attribute input_voltage_probe_handle.
-
#input_voltage_range_switching ⇒ Object
Returns the value of attribute input_voltage_range_switching.
-
#location ⇒ Object
Returns the value of attribute location.
-
#manufacturer ⇒ Object
Returns the value of attribute manufacturer.
-
#max_power_capacity ⇒ Object
Returns the value of attribute max_power_capacity.
-
#model_part_number ⇒ Object
Returns the value of attribute model_part_number.
-
#name ⇒ Object
Returns the value of attribute name.
-
#plugged ⇒ Object
Returns the value of attribute plugged.
-
#power_unit_group ⇒ Object
Returns the value of attribute power_unit_group.
-
#revision ⇒ Object
Returns the value of attribute revision.
-
#serial_number ⇒ Object
Returns the value of attribute serial_number.
-
#status ⇒ Object
Returns the value of attribute status.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#asset_tag ⇒ Object
Returns the value of attribute asset_tag
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def asset_tag @asset_tag end |
#cooling_device_handle ⇒ Object
Returns the value of attribute cooling_device_handle
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def cooling_device_handle @cooling_device_handle end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def dmi_type @dmi_type end |
#hot_replaceable ⇒ Object
Returns the value of attribute hot_replaceable
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def hot_replaceable @hot_replaceable end |
#input_current_probe_handle ⇒ Object
Returns the value of attribute input_current_probe_handle
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def input_current_probe_handle @input_current_probe_handle end |
#input_voltage_probe_handle ⇒ Object
Returns the value of attribute input_voltage_probe_handle
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def input_voltage_probe_handle @input_voltage_probe_handle end |
#input_voltage_range_switching ⇒ Object
Returns the value of attribute input_voltage_range_switching
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def input_voltage_range_switching @input_voltage_range_switching end |
#location ⇒ Object
Returns the value of attribute location
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def location @location end |
#manufacturer ⇒ Object
Returns the value of attribute manufacturer
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def manufacturer @manufacturer end |
#max_power_capacity ⇒ Object
Returns the value of attribute max_power_capacity
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def max_power_capacity @max_power_capacity end |
#model_part_number ⇒ Object
Returns the value of attribute model_part_number
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def model_part_number @model_part_number end |
#name ⇒ Object
Returns the value of attribute name
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def name @name end |
#plugged ⇒ Object
Returns the value of attribute plugged
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def plugged @plugged end |
#power_unit_group ⇒ Object
Returns the value of attribute power_unit_group
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def power_unit_group @power_unit_group end |
#revision ⇒ Object
Returns the value of attribute revision
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def revision @revision end |
#serial_number ⇒ Object
Returns the value of attribute serial_number
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def serial_number @serial_number end |
#status ⇒ Object
Returns the value of attribute status
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def status @status end |
#type ⇒ Object
Returns the value of attribute type
315 316 317 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 315 def type @type end |