Class: Kanrisuru::Core::Apt::PackageOverview

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

Instance Attribute Summary collapse

Instance Attribute Details

#architectureObject

Returns the value of attribute architecture

Returns:

  • (Object)

    the current value of architecture



7
8
9
# File 'lib/kanrisuru/core/apt/types.rb', line 7

def architecture
  @architecture
end

#automaticObject

Returns the value of attribute automatic

Returns:

  • (Object)

    the current value of automatic



7
8
9
# File 'lib/kanrisuru/core/apt/types.rb', line 7

def automatic
  @automatic
end

#installedObject

Returns the value of attribute installed

Returns:

  • (Object)

    the current value of installed



7
8
9
# File 'lib/kanrisuru/core/apt/types.rb', line 7

def installed
  @installed
end

#packageObject

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



7
8
9
# File 'lib/kanrisuru/core/apt/types.rb', line 7

def package
  @package
end

#suitesObject

Returns the value of attribute suites

Returns:

  • (Object)

    the current value of suites



7
8
9
# File 'lib/kanrisuru/core/apt/types.rb', line 7

def suites
  @suites
end

#upgradeableObject

Returns the value of attribute upgradeable

Returns:

  • (Object)

    the current value of upgradeable



7
8
9
# File 'lib/kanrisuru/core/apt/types.rb', line 7

def upgradeable
  @upgradeable
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



7
8
9
# File 'lib/kanrisuru/core/apt/types.rb', line 7

def version
  @version
end