Class: Kanrisuru::Core::Dmi::GroupAssociation
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::GroupAssociation
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 14: Group Associations
Instance Attribute Summary collapse
-
#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.
-
#items ⇒ Object
Returns the value of attribute items.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
113 114 115 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 113 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
113 114 115 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 113 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
113 114 115 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 113 def dmi_type @dmi_type end |
#items ⇒ Object
Returns the value of attribute items
113 114 115 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 113 def items @items end |
#name ⇒ Object
Returns the value of attribute name
113 114 115 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 113 def name @name end |