Class: Kanrisuru::Core::Dmi::BootIntegrityServices

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

Overview

Type 31: Boot Integrity Services Entry Point

Instance Attribute Summary collapse

Instance Attribute Details

#checksumObject

Returns the value of attribute checksum

Returns:

  • (Object)

    the current value of checksum



251
252
253
# File 'lib/kanrisuru/core/dmi/types.rb', line 251

def checksum
  @checksum
end

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



251
252
253
# File 'lib/kanrisuru/core/dmi/types.rb', line 251

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



251
252
253
# File 'lib/kanrisuru/core/dmi/types.rb', line 251

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



251
252
253
# File 'lib/kanrisuru/core/dmi/types.rb', line 251

def dmi_type
  @dmi_type
end

#sixteen_bit_entry_point_addressObject

Returns the value of attribute sixteen_bit_entry_point_address

Returns:

  • (Object)

    the current value of sixteen_bit_entry_point_address



251
252
253
# File 'lib/kanrisuru/core/dmi/types.rb', line 251

def sixteen_bit_entry_point_address
  @sixteen_bit_entry_point_address
end

#thirty_two_bit_entry_point_addressObject

Returns the value of attribute thirty_two_bit_entry_point_address

Returns:

  • (Object)

    the current value of thirty_two_bit_entry_point_address



251
252
253
# File 'lib/kanrisuru/core/dmi/types.rb', line 251

def thirty_two_bit_entry_point_address
  @thirty_two_bit_entry_point_address
end