Class: Kanrisuru::Core::Dmi::BootIntegrityServices
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::BootIntegrityServices
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 31: Boot Integrity Services Entry Point
Instance Attribute Summary collapse
-
#checksum ⇒ Object
Returns the value of attribute checksum.
-
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle.
-
#dmi_size ⇒ Object
Returns the value of attribute dmi_size.
-
#dmi_type ⇒ Object
Returns the value of attribute dmi_type.
-
#sixteen_bit_entry_point_address ⇒ Object
Returns the value of attribute sixteen_bit_entry_point_address.
-
#thirty_two_bit_entry_point_address ⇒ Object
Returns the value of attribute thirty_two_bit_entry_point_address.
Instance Attribute Details
#checksum ⇒ Object
Returns the value of attribute checksum
251 252 253 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 251 def checksum @checksum end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
251 252 253 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 251 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
251 252 253 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 251 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
251 252 253 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 251 def dmi_type @dmi_type end |
#sixteen_bit_entry_point_address ⇒ Object
Returns the value of attribute 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_address ⇒ Object
Returns the value of attribute 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 |