Class: Kanrisuru::Core::Dmi::AdditionalInformation

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

Overview

Type 40: Additional Information

Instance Attribute Summary collapse

Instance Attribute Details

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



328
329
330
# File 'lib/kanrisuru/core/dmi/types.rb', line 328

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



328
329
330
# File 'lib/kanrisuru/core/dmi/types.rb', line 328

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



328
329
330
# File 'lib/kanrisuru/core/dmi/types.rb', line 328

def dmi_type
  @dmi_type
end

#referenced_handleObject

Returns the value of attribute referenced_handle

Returns:

  • (Object)

    the current value of referenced_handle



328
329
330
# File 'lib/kanrisuru/core/dmi/types.rb', line 328

def referenced_handle
  @referenced_handle
end

#referenced_offsetObject

Returns the value of attribute referenced_offset

Returns:

  • (Object)

    the current value of referenced_offset



328
329
330
# File 'lib/kanrisuru/core/dmi/types.rb', line 328

def referenced_offset
  @referenced_offset
end

#stringObject

Returns the value of attribute string

Returns:

  • (Object)

    the current value of string



328
329
330
# File 'lib/kanrisuru/core/dmi/types.rb', line 328

def string
  @string
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



328
329
330
# File 'lib/kanrisuru/core/dmi/types.rb', line 328

def value
  @value
end