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