Class: Kanrisuru::Core::Yum::PackageDetail
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Yum::PackageDetail
- Defined in:
- lib/kanrisuru/core/yum/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.
-
#license ⇒ Object
Returns the value of attribute license.
-
#package ⇒ Object
Returns the value of attribute package.
-
#release ⇒ Object
Returns the value of attribute release.
-
#repository ⇒ Object
Returns the value of attribute repository.
-
#source ⇒ Object
Returns the value of attribute source.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#url ⇒ Object
Returns the value of attribute url.
-
#version ⇒ Object
Returns the value of attribute version.
-
#yum_id ⇒ Object
Returns the value of attribute yum_id.
Instance Attribute Details
#architecture ⇒ Object
Returns the value of attribute architecture
8 9 10 |
# File 'lib/kanrisuru/core/yum/types.rb', line 8 def architecture @architecture end |
#description ⇒ Object
Returns the value of attribute description
8 9 10 |
# File 'lib/kanrisuru/core/yum/types.rb', line 8 def description @description end |
#install_size ⇒ Object
Returns the value of attribute install_size
8 9 10 |
# File 'lib/kanrisuru/core/yum/types.rb', line 8 def install_size @install_size end |
#license ⇒ Object
Returns the value of attribute license
8 9 10 |
# File 'lib/kanrisuru/core/yum/types.rb', line 8 def license @license end |
#package ⇒ Object
Returns the value of attribute package
8 9 10 |
# File 'lib/kanrisuru/core/yum/types.rb', line 8 def package @package end |
#release ⇒ Object
Returns the value of attribute release
8 9 10 |
# File 'lib/kanrisuru/core/yum/types.rb', line 8 def release @release end |
#repository ⇒ Object
Returns the value of attribute repository
8 9 10 |
# File 'lib/kanrisuru/core/yum/types.rb', line 8 def repository @repository end |
#source ⇒ Object
Returns the value of attribute source
8 9 10 |
# File 'lib/kanrisuru/core/yum/types.rb', line 8 def source @source end |
#summary ⇒ Object
Returns the value of attribute summary
8 9 10 |
# File 'lib/kanrisuru/core/yum/types.rb', line 8 def summary @summary end |
#url ⇒ Object
Returns the value of attribute url
8 9 10 |
# File 'lib/kanrisuru/core/yum/types.rb', line 8 def url @url end |
#version ⇒ Object
Returns the value of attribute version
8 9 10 |
# File 'lib/kanrisuru/core/yum/types.rb', line 8 def version @version end |
#yum_id ⇒ Object
Returns the value of attribute yum_id
8 9 10 |
# File 'lib/kanrisuru/core/yum/types.rb', line 8 def yum_id @yum_id end |