Class: Kanrisuru::Core::Dmi::Chassis
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::Chassis
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 3: Chassis Information
Instance Attribute Summary collapse
-
#asset_tag ⇒ Object
Returns the value of attribute asset_tag.
-
#boot_up_state ⇒ Object
Returns the value of attribute boot_up_state.
-
#contained_elements ⇒ Object
Returns the value of attribute contained_elements.
-
#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.
-
#height ⇒ Object
Returns the value of attribute height.
-
#lock ⇒ Object
Returns the value of attribute lock.
-
#manufacturer ⇒ Object
Returns the value of attribute manufacturer.
-
#number_of_power_cords ⇒ Object
Returns the value of attribute number_of_power_cords.
-
#oem_information ⇒ Object
Returns the value of attribute oem_information.
-
#power_supply_state ⇒ Object
Returns the value of attribute power_supply_state.
-
#security_status ⇒ Object
Returns the value of attribute security_status.
-
#serial_number ⇒ Object
Returns the value of attribute serial_number.
-
#sku_number ⇒ Object
Returns the value of attribute sku_number.
-
#thermal_state ⇒ Object
Returns the value of attribute thermal_state.
-
#type ⇒ Object
Returns the value of attribute type.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#asset_tag ⇒ Object
Returns the value of attribute asset_tag
28 29 30 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 28 def asset_tag @asset_tag end |
#boot_up_state ⇒ Object
Returns the value of attribute boot_up_state
28 29 30 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 28 def boot_up_state @boot_up_state end |
#contained_elements ⇒ Object
Returns the value of attribute contained_elements
28 29 30 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 28 def contained_elements @contained_elements end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
28 29 30 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 28 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
28 29 30 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 28 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
28 29 30 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 28 def dmi_type @dmi_type end |
#height ⇒ Object
Returns the value of attribute height
28 29 30 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 28 def height @height end |
#lock ⇒ Object
Returns the value of attribute lock
28 29 30 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 28 def lock @lock end |
#manufacturer ⇒ Object
Returns the value of attribute manufacturer
28 29 30 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 28 def manufacturer @manufacturer end |
#number_of_power_cords ⇒ Object
Returns the value of attribute number_of_power_cords
28 29 30 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 28 def number_of_power_cords @number_of_power_cords end |
#oem_information ⇒ Object
Returns the value of attribute oem_information
28 29 30 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 28 def oem_information @oem_information end |
#power_supply_state ⇒ Object
Returns the value of attribute power_supply_state
28 29 30 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 28 def power_supply_state @power_supply_state end |
#security_status ⇒ Object
Returns the value of attribute security_status
28 29 30 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 28 def security_status @security_status end |
#serial_number ⇒ Object
Returns the value of attribute serial_number
28 29 30 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 28 def serial_number @serial_number end |
#sku_number ⇒ Object
Returns the value of attribute sku_number
28 29 30 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 28 def sku_number @sku_number end |
#thermal_state ⇒ Object
Returns the value of attribute thermal_state
28 29 30 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 28 def thermal_state @thermal_state end |
#type ⇒ Object
Returns the value of attribute type
28 29 30 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 28 def type @type end |
#version ⇒ Object
Returns the value of attribute version
28 29 30 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 28 def version @version end |