Class: Kanrisuru::Core::Zypper::PackageUpdate

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/zypper/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#architectureObject

Returns the value of attribute architecture

Returns:

  • (Object)

    the current value of architecture



55
56
57
# File 'lib/kanrisuru/core/zypper/types.rb', line 55

def architecture
  @architecture
end

#available_versionObject

Returns the value of attribute available_version

Returns:

  • (Object)

    the current value of available_version



55
56
57
# File 'lib/kanrisuru/core/zypper/types.rb', line 55

def available_version
  @available_version
end

#current_versionObject

Returns the value of attribute current_version

Returns:

  • (Object)

    the current value of current_version



55
56
57
# File 'lib/kanrisuru/core/zypper/types.rb', line 55

def current_version
  @current_version
end

#packageObject

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



55
56
57
# File 'lib/kanrisuru/core/zypper/types.rb', line 55

def package
  @package
end

#repositoryObject

Returns the value of attribute repository

Returns:

  • (Object)

    the current value of repository



55
56
57
# File 'lib/kanrisuru/core/zypper/types.rb', line 55

def repository
  @repository
end