Class: Kanrisuru::Core::Dmi::SystemSlots
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::SystemSlots
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 9: Sytem Slots
Instance Attribute Summary collapse
-
#bus_address ⇒ Object
Returns the value of attribute bus_address.
-
#characteristics ⇒ Object
Returns the value of attribute characteristics.
-
#current_usage ⇒ Object
Returns the value of attribute current_usage.
-
#data_bus_width ⇒ Object
Returns the value of attribute data_bus_width.
-
#designation ⇒ Object
Returns the value of attribute designation.
-
#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.
-
#id ⇒ Object
Returns the value of attribute id.
-
#peer_devices ⇒ Object
Returns the value of attribute peer_devices.
-
#slot_length ⇒ Object
Returns the value of attribute slot_length.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#bus_address ⇒ Object
Returns the value of attribute bus_address
81 82 83 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 81 def bus_address @bus_address end |
#characteristics ⇒ Object
Returns the value of attribute characteristics
81 82 83 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 81 def characteristics @characteristics end |
#current_usage ⇒ Object
Returns the value of attribute current_usage
81 82 83 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 81 def current_usage @current_usage end |
#data_bus_width ⇒ Object
Returns the value of attribute data_bus_width
81 82 83 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 81 def data_bus_width @data_bus_width end |
#designation ⇒ Object
Returns the value of attribute designation
81 82 83 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 81 def designation @designation end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
81 82 83 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 81 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
81 82 83 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 81 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
81 82 83 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 81 def dmi_type @dmi_type end |
#id ⇒ Object
Returns the value of attribute id
81 82 83 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 81 def id @id end |
#peer_devices ⇒ Object
Returns the value of attribute peer_devices
81 82 83 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 81 def peer_devices @peer_devices end |
#slot_length ⇒ Object
Returns the value of attribute slot_length
81 82 83 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 81 def slot_length @slot_length end |
#type ⇒ Object
Returns the value of attribute type
81 82 83 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 81 def type @type end |