Class: Bootloader::AutoinstProfile::PasswordSection
- Inherits:
-
Installation::AutoinstProfile::SectionWithAttributes
- Object
- Installation::AutoinstProfile::SectionWithAttributes
- Bootloader::AutoinstProfile::PasswordSection
- Defined in:
- src/lib/bootloader/autoinst_profile/password_section.rb
Overview
This class represents an AutoYaST
Instance Attribute Summary collapse
-
#encrypted ⇒ String?
If value attribute is encrypted it is set to "true".
-
#unrestricted ⇒ String?
Password is unrestricted if set to "false".
-
#value ⇒ String
Password value.
Class Method Summary collapse
Instance Attribute Details
#encrypted ⇒ String?
Returns if value attribute is encrypted it is set to "true". not encrypted in other cases.
|
# File 'src/lib/bootloader/autoinst_profile/password_section.rb', line 41
|
#unrestricted ⇒ String?
Returns password is unrestricted if set to "false".
|
# File 'src/lib/bootloader/autoinst_profile/password_section.rb', line 45
|
#value ⇒ String
Returns password value.
|
# File 'src/lib/bootloader/autoinst_profile/password_section.rb', line 38
|
Class Method Details
.attributes ⇒ Object
28 29 30 31 32 33 34 |
# File 'src/lib/bootloader/autoinst_profile/password_section.rb', line 28 def self.attributes [ { name: :value }, { name: :encrypted }, { name: :unrestricted } ] end |