Class: Kanrisuru::Core::Zypper::PackageUpdate
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Zypper::PackageUpdate
- Defined in:
- lib/kanrisuru/core/zypper/types.rb
Instance Attribute Summary collapse
-
#architecture ⇒ Object
Returns the value of attribute architecture.
-
#available_version ⇒ Object
Returns the value of attribute available_version.
-
#current_version ⇒ Object
Returns the value of attribute current_version.
-
#package ⇒ Object
Returns the value of attribute package.
-
#repository ⇒ Object
Returns the value of attribute repository.
Instance Attribute Details
#architecture ⇒ Object
Returns the value of attribute architecture
55 56 57 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 55 def architecture @architecture end |
#available_version ⇒ Object
Returns the value of attribute available_version
55 56 57 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 55 def available_version @available_version end |
#current_version ⇒ Object
Returns the value of attribute current_version
55 56 57 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 55 def current_version @current_version end |
#package ⇒ Object
Returns the value of attribute package
55 56 57 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 55 def package @package end |
#repository ⇒ Object
Returns the value of attribute repository
55 56 57 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 55 def repository @repository end |