Class: Installation::CIOIgnore
- Inherits:
-
Object
- Object
- Installation::CIOIgnore
- Includes:
- Singleton, Yast::Logger
- Defined in:
- src/lib/installation/cio_ignore.rb
Instance Attribute Summary collapse
-
#autoconf_enabled ⇒ Object
Returns the value of attribute autoconf_enabled.
-
#cio_enabled ⇒ Object
Returns the value of attribute cio_enabled.
Instance Method Summary collapse
-
#initialize ⇒ CIOIgnore
constructor
A new instance of CIOIgnore.
- #reset ⇒ Object
Constructor Details
#initialize ⇒ CIOIgnore
Returns a new instance of CIOIgnore.
16 17 18 |
# File 'src/lib/installation/cio_ignore.rb', line 16 def initialize reset end |
Instance Attribute Details
#autoconf_enabled ⇒ Object
Returns the value of attribute autoconf_enabled.
14 15 16 |
# File 'src/lib/installation/cio_ignore.rb', line 14 def autoconf_enabled @autoconf_enabled end |
#cio_enabled ⇒ Object
Returns the value of attribute cio_enabled.
13 14 15 |
# File 'src/lib/installation/cio_ignore.rb', line 13 def cio_enabled @cio_enabled end |
Instance Method Details
#reset ⇒ Object
20 21 22 23 |
# File 'src/lib/installation/cio_ignore.rb', line 20 def reset @autoconf_enabled = autoconf_setting @cio_enabled = cio_setting end |