Class: Kanrisuru::Core::Dmi::ManagementDeviceComponent
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::ManagementDeviceComponent
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 35: Management Device Component
Instance Attribute Summary collapse
-
#component_handle ⇒ Object
Returns the value of attribute component_handle.
-
#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.
-
#management_device_handle ⇒ Object
Returns the value of attribute management_device_handle.
-
#threshold_handle ⇒ Object
Returns the value of attribute threshold_handle.
Instance Attribute Details
#component_handle ⇒ Object
Returns the value of attribute component_handle
278 279 280 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 278 def component_handle @component_handle end |
#description ⇒ Object
Returns the value of attribute description
278 279 280 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 278 def description @description end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
278 279 280 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 278 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
278 279 280 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 278 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
278 279 280 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 278 def dmi_type @dmi_type end |
#management_device_handle ⇒ Object
Returns the value of attribute management_device_handle
278 279 280 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 278 def management_device_handle @management_device_handle end |
#threshold_handle ⇒ Object
Returns the value of attribute threshold_handle
278 279 280 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 278 def threshold_handle @threshold_handle end |