Class: Kanrisuru::Core::Zypper::PackageDetail
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Zypper::PackageDetail
- Defined in:
- lib/kanrisuru/core/zypper/types.rb
Instance Attribute Summary collapse
-
#architecture ⇒ Object
Returns the value of attribute architecture.
-
#description ⇒ Object
Returns the value of attribute description.
-
#install_size ⇒ Object
Returns the value of attribute install_size.
-
#installed ⇒ Object
Returns the value of attribute installed.
-
#package ⇒ Object
Returns the value of attribute package.
-
#repository ⇒ Object
Returns the value of attribute repository.
-
#source_package ⇒ Object
Returns the value of attribute source_package.
-
#status ⇒ Object
Returns the value of attribute status.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#support_level ⇒ Object
Returns the value of attribute support_level.
-
#vendor ⇒ Object
Returns the value of attribute vendor.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#architecture ⇒ Object
Returns the value of attribute architecture
40 41 42 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 40 def architecture @architecture end |
#description ⇒ Object
Returns the value of attribute description
40 41 42 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 40 def description @description end |
#install_size ⇒ Object
Returns the value of attribute install_size
40 41 42 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 40 def install_size @install_size end |
#installed ⇒ Object
Returns the value of attribute installed
40 41 42 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 40 def installed @installed end |
#package ⇒ Object
Returns the value of attribute package
40 41 42 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 40 def package @package end |
#repository ⇒ Object
Returns the value of attribute repository
40 41 42 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 40 def repository @repository end |
#source_package ⇒ Object
Returns the value of attribute source_package
40 41 42 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 40 def source_package @source_package end |
#status ⇒ Object
Returns the value of attribute status
40 41 42 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 40 def status @status end |
#summary ⇒ Object
Returns the value of attribute summary
40 41 42 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 40 def summary @summary end |
#support_level ⇒ Object
Returns the value of attribute support_level
40 41 42 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 40 def support_level @support_level end |
#vendor ⇒ Object
Returns the value of attribute vendor
40 41 42 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 40 def vendor @vendor end |
#version ⇒ Object
Returns the value of attribute version
40 41 42 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 40 def version @version end |