Class: Kanrisuru::Core::Dmi::OEMStrings

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

Overview

Type 11: OEM Strings

Instance Attribute Summary collapse

Instance Attribute Details

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



95
96
97
# File 'lib/kanrisuru/core/dmi/types.rb', line 95

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



95
96
97
# File 'lib/kanrisuru/core/dmi/types.rb', line 95

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



95
96
97
# File 'lib/kanrisuru/core/dmi/types.rb', line 95

def dmi_type
  @dmi_type
end

#stringsObject

Returns the value of attribute strings

Returns:

  • (Object)

    the current value of strings



95
96
97
# File 'lib/kanrisuru/core/dmi/types.rb', line 95

def strings
  @strings
end