Class: Kanrisuru::Core::Dmi::GroupAssociation

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/dmi/types.rb

Overview

Type 14: Group Associations

Instance Attribute Summary collapse

Instance Attribute Details

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



113
114
115
# File 'lib/kanrisuru/core/dmi/types.rb', line 113

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



113
114
115
# File 'lib/kanrisuru/core/dmi/types.rb', line 113

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



113
114
115
# File 'lib/kanrisuru/core/dmi/types.rb', line 113

def dmi_type
  @dmi_type
end

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



113
114
115
# File 'lib/kanrisuru/core/dmi/types.rb', line 113

def items
  @items
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



113
114
115
# File 'lib/kanrisuru/core/dmi/types.rb', line 113

def name
  @name
end