Class: Kanrisuru::Core::Zypper::SearchResult
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Zypper::SearchResult
- Defined in:
- lib/kanrisuru/core/zypper/types.rb
Instance Attribute Summary collapse
-
#architecture ⇒ Object
Returns the value of attribute architecture.
-
#package ⇒ Object
Returns the value of attribute package.
-
#repository ⇒ Object
Returns the value of attribute repository.
-
#status ⇒ Object
Returns the value of attribute status.
-
#type ⇒ Object
Returns the value of attribute type.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#architecture ⇒ Object
Returns the value of attribute architecture
31 32 33 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 31 def architecture @architecture end |
#package ⇒ Object
Returns the value of attribute package
31 32 33 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 31 def package @package end |
#repository ⇒ Object
Returns the value of attribute repository
31 32 33 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 31 def repository @repository end |
#status ⇒ Object
Returns the value of attribute status
31 32 33 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 31 def status @status end |
#type ⇒ Object
Returns the value of attribute type
31 32 33 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 31 def type @type end |
#version ⇒ Object
Returns the value of attribute version
31 32 33 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 31 def version @version end |