Class: Kanrisuru::Core::Dmi::TPMDevice

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

Overview

Type 43: TPM Device

Instance Attribute Summary collapse

Instance Attribute Details

#characteristicsObject

Returns the value of attribute characteristics

Returns:

  • (Object)

    the current value of characteristics



354
355
356
# File 'lib/kanrisuru/core/dmi/types.rb', line 354

def characteristics
  @characteristics
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



354
355
356
# File 'lib/kanrisuru/core/dmi/types.rb', line 354

def description
  @description
end

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



354
355
356
# File 'lib/kanrisuru/core/dmi/types.rb', line 354

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



354
355
356
# File 'lib/kanrisuru/core/dmi/types.rb', line 354

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



354
355
356
# File 'lib/kanrisuru/core/dmi/types.rb', line 354

def dmi_type
  @dmi_type
end

#firmware_revisionObject

Returns the value of attribute firmware_revision

Returns:

  • (Object)

    the current value of firmware_revision



354
355
356
# File 'lib/kanrisuru/core/dmi/types.rb', line 354

def firmware_revision
  @firmware_revision
end

#oem_specific_informationObject

Returns the value of attribute oem_specific_information

Returns:

  • (Object)

    the current value of oem_specific_information



354
355
356
# File 'lib/kanrisuru/core/dmi/types.rb', line 354

def oem_specific_information
  @oem_specific_information
end

#specification_versionObject

Returns the value of attribute specification_version

Returns:

  • (Object)

    the current value of specification_version



354
355
356
# File 'lib/kanrisuru/core/dmi/types.rb', line 354

def specification_version
  @specification_version
end