Class: Kanrisuru::Core::Dmi::Baseboard
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::Baseboard
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 2: Baseboard Information
Instance Attribute Summary collapse
-
#asset_tag ⇒ Object
Returns the value of attribute asset_tag.
-
#chassis_handle ⇒ Object
Returns the value of attribute chassis_handle.
-
#contained_object_handles ⇒ Object
Returns the value of attribute contained_object_handles.
-
#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.
-
#features ⇒ Object
Returns the value of attribute features.
-
#location_in_chassis ⇒ Object
Returns the value of attribute location_in_chassis.
-
#manufacturer ⇒ Object
Returns the value of attribute manufacturer.
-
#product_name ⇒ Object
Returns the value of attribute product_name.
-
#serial_number ⇒ Object
Returns the value of attribute serial_number.
-
#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
21 22 23 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 21 def asset_tag @asset_tag end |
#chassis_handle ⇒ Object
Returns the value of attribute chassis_handle
21 22 23 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 21 def chassis_handle @chassis_handle end |
#contained_object_handles ⇒ Object
Returns the value of attribute contained_object_handles
21 22 23 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 21 def contained_object_handles @contained_object_handles end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
21 22 23 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 21 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
21 22 23 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 21 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
21 22 23 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 21 def dmi_type @dmi_type end |
#features ⇒ Object
Returns the value of attribute features
21 22 23 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 21 def features @features end |
#location_in_chassis ⇒ Object
Returns the value of attribute location_in_chassis
21 22 23 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 21 def location_in_chassis @location_in_chassis end |
#manufacturer ⇒ Object
Returns the value of attribute manufacturer
21 22 23 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 21 def manufacturer @manufacturer end |
#product_name ⇒ Object
Returns the value of attribute product_name
21 22 23 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 21 def product_name @product_name end |
#serial_number ⇒ Object
Returns the value of attribute serial_number
21 22 23 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 21 def serial_number @serial_number end |
#type ⇒ Object
Returns the value of attribute type
21 22 23 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 21 def type @type end |
#version ⇒ Object
Returns the value of attribute version
21 22 23 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 21 def version @version end |