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