Class: Kanrisuru::Core::Apt::PackageDetail
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Apt::PackageDetail
- Defined in:
- lib/kanrisuru/core/apt/types.rb
Instance Attribute Summary collapse
-
#apt_manual_installed ⇒ Object
Returns the value of attribute apt_manual_installed.
-
#apt_sources ⇒ Object
Returns the value of attribute apt_sources.
-
#breaks ⇒ Object
Returns the value of attribute breaks.
-
#bugs ⇒ Object
Returns the value of attribute bugs.
-
#conflicts ⇒ Object
Returns the value of attribute conflicts.
-
#dependencies ⇒ Object
Returns the value of attribute dependencies.
-
#description ⇒ Object
Returns the value of attribute description.
-
#download_size ⇒ Object
Returns the value of attribute download_size.
-
#homepage ⇒ Object
Returns the value of attribute homepage.
-
#install_size ⇒ Object
Returns the value of attribute install_size.
-
#maintainer ⇒ Object
Returns the value of attribute maintainer.
-
#origin ⇒ Object
Returns the value of attribute origin.
-
#original_maintainer ⇒ Object
Returns the value of attribute original_maintainer.
-
#package ⇒ Object
Returns the value of attribute package.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#provides ⇒ Object
Returns the value of attribute provides.
-
#recommends ⇒ Object
Returns the value of attribute recommends.
-
#replaces ⇒ Object
Returns the value of attribute replaces.
-
#section ⇒ Object
Returns the value of attribute section.
-
#suggests ⇒ Object
Returns the value of attribute suggests.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#supported ⇒ Object
Returns the value of attribute supported.
-
#task ⇒ Object
Returns the value of attribute task.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#apt_manual_installed ⇒ Object
Returns the value of attribute apt_manual_installed
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def apt_manual_installed @apt_manual_installed end |
#apt_sources ⇒ Object
Returns the value of attribute apt_sources
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def apt_sources @apt_sources end |
#breaks ⇒ Object
Returns the value of attribute breaks
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def breaks @breaks end |
#bugs ⇒ Object
Returns the value of attribute bugs
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def bugs @bugs end |
#conflicts ⇒ Object
Returns the value of attribute conflicts
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def conflicts @conflicts end |
#dependencies ⇒ Object
Returns the value of attribute dependencies
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def dependencies @dependencies end |
#description ⇒ Object
Returns the value of attribute description
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def description @description end |
#download_size ⇒ Object
Returns the value of attribute download_size
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def download_size @download_size end |
#homepage ⇒ Object
Returns the value of attribute homepage
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def homepage @homepage end |
#install_size ⇒ Object
Returns the value of attribute install_size
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def install_size @install_size end |
#maintainer ⇒ Object
Returns the value of attribute maintainer
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def maintainer @maintainer end |
#origin ⇒ Object
Returns the value of attribute origin
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def origin @origin end |
#original_maintainer ⇒ Object
Returns the value of attribute original_maintainer
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def original_maintainer @original_maintainer end |
#package ⇒ Object
Returns the value of attribute package
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def package @package end |
#priority ⇒ Object
Returns the value of attribute priority
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def priority @priority end |
#provides ⇒ Object
Returns the value of attribute provides
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def provides @provides end |
#recommends ⇒ Object
Returns the value of attribute recommends
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def recommends @recommends end |
#replaces ⇒ Object
Returns the value of attribute replaces
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def replaces @replaces end |
#section ⇒ Object
Returns the value of attribute section
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def section @section end |
#suggests ⇒ Object
Returns the value of attribute suggests
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def suggests @suggests end |
#summary ⇒ Object
Returns the value of attribute summary
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def summary @summary end |
#supported ⇒ Object
Returns the value of attribute supported
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def supported @supported end |
#task ⇒ Object
Returns the value of attribute task
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def task @task end |
#version ⇒ Object
Returns the value of attribute version
8 9 10 |
# File 'lib/kanrisuru/core/apt/types.rb', line 8 def version @version end |