Class: Kanrisuru::Core::Yum::PackageOverview

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



6
7
8
# File 'lib/kanrisuru/core/yum/types.rb', line 6

def architecture
  @architecture
end

#installedObject

Returns the value of attribute installed

Returns:

  • (Object)

    the current value of installed



6
7
8
# File 'lib/kanrisuru/core/yum/types.rb', line 6

def installed
  @installed
end

#packageObject

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



6
7
8
# File 'lib/kanrisuru/core/yum/types.rb', line 6

def package
  @package
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



6
7
8
# File 'lib/kanrisuru/core/yum/types.rb', line 6

def version
  @version
end