Class: Kanrisuru::Core::Zypper::PackageDetail

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



40
41
42
# File 'lib/kanrisuru/core/zypper/types.rb', line 40

def architecture
  @architecture
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



40
41
42
# File 'lib/kanrisuru/core/zypper/types.rb', line 40

def description
  @description
end

#install_sizeObject

Returns the value of attribute install_size

Returns:

  • (Object)

    the current value of install_size



40
41
42
# File 'lib/kanrisuru/core/zypper/types.rb', line 40

def install_size
  @install_size
end

#installedObject

Returns the value of attribute installed

Returns:

  • (Object)

    the current value of installed



40
41
42
# File 'lib/kanrisuru/core/zypper/types.rb', line 40

def installed
  @installed
end

#packageObject

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



40
41
42
# File 'lib/kanrisuru/core/zypper/types.rb', line 40

def package
  @package
end

#repositoryObject

Returns the value of attribute repository

Returns:

  • (Object)

    the current value of repository



40
41
42
# File 'lib/kanrisuru/core/zypper/types.rb', line 40

def repository
  @repository
end

#source_packageObject

Returns the value of attribute source_package

Returns:

  • (Object)

    the current value of source_package



40
41
42
# File 'lib/kanrisuru/core/zypper/types.rb', line 40

def source_package
  @source_package
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



40
41
42
# File 'lib/kanrisuru/core/zypper/types.rb', line 40

def status
  @status
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



40
41
42
# File 'lib/kanrisuru/core/zypper/types.rb', line 40

def summary
  @summary
end

#support_levelObject

Returns the value of attribute support_level

Returns:

  • (Object)

    the current value of support_level



40
41
42
# File 'lib/kanrisuru/core/zypper/types.rb', line 40

def support_level
  @support_level
end

#vendorObject

Returns the value of attribute vendor

Returns:

  • (Object)

    the current value of vendor



40
41
42
# File 'lib/kanrisuru/core/zypper/types.rb', line 40

def vendor
  @vendor
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



40
41
42
# File 'lib/kanrisuru/core/zypper/types.rb', line 40

def version
  @version
end