Class: Kanrisuru::Core::Dmi::OnboardDevicesExtendedInformation
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::OnboardDevicesExtendedInformation
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 41: On Board Devices Extended Information
Instance Attribute Summary collapse
-
#bus_address ⇒ Object
Returns the value of attribute bus_address.
-
#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.
-
#reference_designation ⇒ Object
Returns the value of attribute reference_designation.
-
#status ⇒ Object
Returns the value of attribute status.
-
#type ⇒ Object
Returns the value of attribute type.
-
#type_instance ⇒ Object
Returns the value of attribute type_instance.
Instance Attribute Details
#bus_address ⇒ Object
Returns the value of attribute bus_address
335 336 337 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 335 def bus_address @bus_address end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
335 336 337 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 335 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
335 336 337 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 335 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
335 336 337 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 335 def dmi_type @dmi_type end |
#reference_designation ⇒ Object
Returns the value of attribute reference_designation
335 336 337 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 335 def reference_designation @reference_designation end |
#status ⇒ Object
Returns the value of attribute status
335 336 337 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 335 def status @status end |
#type ⇒ Object
Returns the value of attribute type
335 336 337 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 335 def type @type end |
#type_instance ⇒ Object
Returns the value of attribute type_instance
335 336 337 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 335 def type_instance @type_instance end |