Class: Zypper::Upgraderepo::CliOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/zypper/upgraderepo/cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aliasObject

Returns the value of attribute alias

Returns:

  • (Object)

    the current value of alias



9
10
11
# File 'lib/zypper/upgraderepo/cli.rb', line 9

def alias
  @alias
end

#allow_unstableObject

Returns the value of attribute allow_unstable

Returns:

  • (Object)

    the current value of allow_unstable



9
10
11
# File 'lib/zypper/upgraderepo/cli.rb', line 9

def allow_unstable
  @allow_unstable
end

#backup_pathObject

Returns the value of attribute backup_path

Returns:

  • (Object)

    the current value of backup_path



9
10
11
# File 'lib/zypper/upgraderepo/cli.rb', line 9

def backup_path
  @backup_path
end

#exit_on_failObject

Returns the value of attribute exit_on_fail

Returns:

  • (Object)

    the current value of exit_on_fail



9
10
11
# File 'lib/zypper/upgraderepo/cli.rb', line 9

def exit_on_fail
  @exit_on_fail
end

#hintObject

Returns the value of attribute hint

Returns:

  • (Object)

    the current value of hint



9
10
11
# File 'lib/zypper/upgraderepo/cli.rb', line 9

def hint
  @hint
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/zypper/upgraderepo/cli.rb', line 9

def name
  @name
end

#only_enabledObject

Returns the value of attribute only_enabled

Returns:

  • (Object)

    the current value of only_enabled



9
10
11
# File 'lib/zypper/upgraderepo/cli.rb', line 9

def only_enabled
  @only_enabled
end

#only_invalidObject

Returns the value of attribute only_invalid

Returns:

  • (Object)

    the current value of only_invalid



9
10
11
# File 'lib/zypper/upgraderepo/cli.rb', line 9

def only_invalid
  @only_invalid
end

#only_protocolsObject

Returns the value of attribute only_protocols

Returns:

  • (Object)

    the current value of only_protocols



9
10
11
# File 'lib/zypper/upgraderepo/cli.rb', line 9

def only_protocols
  @only_protocols
end

#only_repoObject

Returns the value of attribute only_repo

Returns:

  • (Object)

    the current value of only_repo



9
10
11
# File 'lib/zypper/upgraderepo/cli.rb', line 9

def only_repo
  @only_repo
end

#operationObject

Returns the value of attribute operation

Returns:

  • (Object)

    the current value of operation



9
10
11
# File 'lib/zypper/upgraderepo/cli.rb', line 9

def operation
  @operation
end

#overridesObject

Returns the value of attribute overrides

Returns:

  • (Object)

    the current value of overrides



9
10
11
# File 'lib/zypper/upgraderepo/cli.rb', line 9

def overrides
  @overrides
end

#overrides_filenameObject

Returns the value of attribute overrides_filename

Returns:

  • (Object)

    the current value of overrides_filename



9
10
11
# File 'lib/zypper/upgraderepo/cli.rb', line 9

def overrides_filename
  @overrides_filename
end

#sorting_byObject

Returns the value of attribute sorting_by

Returns:

  • (Object)

    the current value of sorting_by



9
10
11
# File 'lib/zypper/upgraderepo/cli.rb', line 9

def sorting_by
  @sorting_by
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



9
10
11
# File 'lib/zypper/upgraderepo/cli.rb', line 9

def timeout
  @timeout
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



9
10
11
# File 'lib/zypper/upgraderepo/cli.rb', line 9

def version
  @version
end

#viewObject

Returns the value of attribute view

Returns:

  • (Object)

    the current value of view



9
10
11
# File 'lib/zypper/upgraderepo/cli.rb', line 9

def view
  @view
end