Class: Kanrisuru::Core::Apt::PackageOverview
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Apt::PackageOverview
- Defined in:
- lib/kanrisuru/core/apt/types.rb
Instance Attribute Summary collapse
-
#architecture ⇒ Object
Returns the value of attribute architecture.
-
#automatic ⇒ Object
Returns the value of attribute automatic.
-
#installed ⇒ Object
Returns the value of attribute installed.
-
#package ⇒ Object
Returns the value of attribute package.
-
#suites ⇒ Object
Returns the value of attribute suites.
-
#upgradeable ⇒ Object
Returns the value of attribute upgradeable.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#architecture ⇒ Object
Returns the value of attribute architecture
7 8 9 |
# File 'lib/kanrisuru/core/apt/types.rb', line 7 def architecture @architecture end |
#automatic ⇒ Object
Returns the value of attribute automatic
7 8 9 |
# File 'lib/kanrisuru/core/apt/types.rb', line 7 def automatic @automatic end |
#installed ⇒ Object
Returns the value of attribute installed
7 8 9 |
# File 'lib/kanrisuru/core/apt/types.rb', line 7 def installed @installed end |
#package ⇒ Object
Returns the value of attribute package
7 8 9 |
# File 'lib/kanrisuru/core/apt/types.rb', line 7 def package @package end |
#suites ⇒ Object
Returns the value of attribute suites
7 8 9 |
# File 'lib/kanrisuru/core/apt/types.rb', line 7 def suites @suites end |
#upgradeable ⇒ Object
Returns the value of attribute upgradeable
7 8 9 |
# File 'lib/kanrisuru/core/apt/types.rb', line 7 def upgradeable @upgradeable end |
#version ⇒ Object
Returns the value of attribute version
7 8 9 |
# File 'lib/kanrisuru/core/apt/types.rb', line 7 def version @version end |