Class: Kanrisuru::Core::Dmi::HardwareSecurity
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Dmi::HardwareSecurity
- Defined in:
- lib/kanrisuru/core/dmi/types.rb
Overview
Type 24: Hardware Security
Instance Attribute Summary collapse
-
#administrator_password_status ⇒ Object
Returns the value of attribute administrator_password_status.
-
#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.
-
#front_panel_reset_status ⇒ Object
Returns the value of attribute front_panel_reset_status.
-
#keyboard_password_status ⇒ Object
Returns the value of attribute keyboard_password_status.
-
#power_on_password_status ⇒ Object
Returns the value of attribute power_on_password_status.
Instance Attribute Details
#administrator_password_status ⇒ Object
Returns the value of attribute administrator_password_status
197 198 199 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 197 def administrator_password_status @administrator_password_status end |
#dmi_handle ⇒ Object
Returns the value of attribute dmi_handle
197 198 199 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 197 def dmi_handle @dmi_handle end |
#dmi_size ⇒ Object
Returns the value of attribute dmi_size
197 198 199 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 197 def dmi_size @dmi_size end |
#dmi_type ⇒ Object
Returns the value of attribute dmi_type
197 198 199 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 197 def dmi_type @dmi_type end |
#front_panel_reset_status ⇒ Object
Returns the value of attribute front_panel_reset_status
197 198 199 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 197 def front_panel_reset_status @front_panel_reset_status end |
#keyboard_password_status ⇒ Object
Returns the value of attribute keyboard_password_status
197 198 199 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 197 def keyboard_password_status @keyboard_password_status end |
#power_on_password_status ⇒ Object
Returns the value of attribute power_on_password_status
197 198 199 |
# File 'lib/kanrisuru/core/dmi/types.rb', line 197 def power_on_password_status @power_on_password_status end |