Class: Zypper::Upgraderepo::CliOptions
- Inherits:
-
Struct
- Object
- Struct
- Zypper::Upgraderepo::CliOptions
- Defined in:
- lib/zypper/upgraderepo/cli.rb
Instance Attribute Summary collapse
-
#alias ⇒ Object
Returns the value of attribute alias.
-
#allow_unstable ⇒ Object
Returns the value of attribute allow_unstable.
-
#backup_path ⇒ Object
Returns the value of attribute backup_path.
-
#exit_on_fail ⇒ Object
Returns the value of attribute exit_on_fail.
-
#hint ⇒ Object
Returns the value of attribute hint.
-
#name ⇒ Object
Returns the value of attribute name.
-
#only_enabled ⇒ Object
Returns the value of attribute only_enabled.
-
#only_invalid ⇒ Object
Returns the value of attribute only_invalid.
-
#only_protocols ⇒ Object
Returns the value of attribute only_protocols.
-
#only_repo ⇒ Object
Returns the value of attribute only_repo.
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#overrides ⇒ Object
Returns the value of attribute overrides.
-
#overrides_filename ⇒ Object
Returns the value of attribute overrides_filename.
-
#sorting_by ⇒ Object
Returns the value of attribute sorting_by.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
-
#version ⇒ Object
Returns the value of attribute version.
-
#view ⇒ Object
Returns the value of attribute view.
Instance Attribute Details
#alias ⇒ Object
Returns the value of attribute alias
9 10 11 |
# File 'lib/zypper/upgraderepo/cli.rb', line 9 def alias @alias end |
#allow_unstable ⇒ Object
Returns the value of attribute allow_unstable
9 10 11 |
# File 'lib/zypper/upgraderepo/cli.rb', line 9 def allow_unstable @allow_unstable end |
#backup_path ⇒ Object
Returns the value of attribute backup_path
9 10 11 |
# File 'lib/zypper/upgraderepo/cli.rb', line 9 def backup_path @backup_path end |
#exit_on_fail ⇒ Object
Returns the value of attribute exit_on_fail
9 10 11 |
# File 'lib/zypper/upgraderepo/cli.rb', line 9 def exit_on_fail @exit_on_fail end |
#hint ⇒ Object
Returns the value of attribute hint
9 10 11 |
# File 'lib/zypper/upgraderepo/cli.rb', line 9 def hint @hint end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/zypper/upgraderepo/cli.rb', line 9 def name @name end |
#only_enabled ⇒ Object
Returns the value of attribute only_enabled
9 10 11 |
# File 'lib/zypper/upgraderepo/cli.rb', line 9 def only_enabled @only_enabled end |
#only_invalid ⇒ Object
Returns the value of attribute only_invalid
9 10 11 |
# File 'lib/zypper/upgraderepo/cli.rb', line 9 def only_invalid @only_invalid end |
#only_protocols ⇒ Object
Returns the value of attribute only_protocols
9 10 11 |
# File 'lib/zypper/upgraderepo/cli.rb', line 9 def only_protocols @only_protocols end |
#only_repo ⇒ Object
Returns the value of attribute only_repo
9 10 11 |
# File 'lib/zypper/upgraderepo/cli.rb', line 9 def only_repo @only_repo end |
#operation ⇒ Object
Returns the value of attribute operation
9 10 11 |
# File 'lib/zypper/upgraderepo/cli.rb', line 9 def operation @operation end |
#overrides ⇒ Object
Returns the value of attribute overrides
9 10 11 |
# File 'lib/zypper/upgraderepo/cli.rb', line 9 def overrides @overrides end |
#overrides_filename ⇒ Object
Returns the value of attribute overrides_filename
9 10 11 |
# File 'lib/zypper/upgraderepo/cli.rb', line 9 def overrides_filename @overrides_filename end |
#sorting_by ⇒ Object
Returns the value of attribute sorting_by
9 10 11 |
# File 'lib/zypper/upgraderepo/cli.rb', line 9 def sorting_by @sorting_by end |
#timeout ⇒ Object
Returns the value of attribute timeout
9 10 11 |
# File 'lib/zypper/upgraderepo/cli.rb', line 9 def timeout @timeout end |
#version ⇒ Object
Returns the value of attribute version
9 10 11 |
# File 'lib/zypper/upgraderepo/cli.rb', line 9 def version @version end |
#view ⇒ Object
Returns the value of attribute view
9 10 11 |
# File 'lib/zypper/upgraderepo/cli.rb', line 9 def view @view end |