Class: Kanrisuru::Core::Yum::PackageDetail

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

Instance Attribute Summary collapse

Instance Attribute Details

#architectureObject

Returns the value of attribute architecture

Returns:

  • (Object)

    the current value of architecture



8
9
10
# File 'lib/kanrisuru/core/yum/types.rb', line 8

def architecture
  @architecture
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



8
9
10
# File 'lib/kanrisuru/core/yum/types.rb', line 8

def description
  @description
end

#install_sizeObject

Returns the value of attribute install_size

Returns:

  • (Object)

    the current value of install_size



8
9
10
# File 'lib/kanrisuru/core/yum/types.rb', line 8

def install_size
  @install_size
end

#licenseObject

Returns the value of attribute license

Returns:

  • (Object)

    the current value of license



8
9
10
# File 'lib/kanrisuru/core/yum/types.rb', line 8

def license
  @license
end

#packageObject

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



8
9
10
# File 'lib/kanrisuru/core/yum/types.rb', line 8

def package
  @package
end

#releaseObject

Returns the value of attribute release

Returns:

  • (Object)

    the current value of release



8
9
10
# File 'lib/kanrisuru/core/yum/types.rb', line 8

def release
  @release
end

#repositoryObject

Returns the value of attribute repository

Returns:

  • (Object)

    the current value of repository



8
9
10
# File 'lib/kanrisuru/core/yum/types.rb', line 8

def repository
  @repository
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



8
9
10
# File 'lib/kanrisuru/core/yum/types.rb', line 8

def source
  @source
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



8
9
10
# File 'lib/kanrisuru/core/yum/types.rb', line 8

def summary
  @summary
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



8
9
10
# File 'lib/kanrisuru/core/yum/types.rb', line 8

def url
  @url
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



8
9
10
# File 'lib/kanrisuru/core/yum/types.rb', line 8

def version
  @version
end

#yum_idObject

Returns the value of attribute yum_id

Returns:

  • (Object)

    the current value of yum_id



8
9
10
# File 'lib/kanrisuru/core/yum/types.rb', line 8

def yum_id
  @yum_id
end