Class: Kanrisuru::Core::Dmi::ManagementDevice
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::ManagementDevice
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 34: Management Device
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#address_type ⇒ Object
Returns the value of attribute address_type.
-
#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.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
272 273 274 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 272 def address @address end |
#address_type ⇒ Object
Returns the value of attribute address_type
272 273 274 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 272 def address_type @address_type end |
#description ⇒ Object
Returns the value of attribute description
272 273 274 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 272 def description @description end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
272 273 274 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 272 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
272 273 274 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 272 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
272 273 274 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 272 def dmi_type @dmi_type end |
#type ⇒ Object
Returns the value of attribute type
272 273 274 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 272 def type @type end |