Class: Kanrisuru::Core::Zypper::PatchCount
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Zypper::PatchCount
- Defined in:
- lib/kanrisuru/core/zypper/types.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#patches ⇒ Object
Returns the value of attribute patches.
-
#updatestack ⇒ Object
Returns the value of attribute updatestack.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
73 74 75 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 73 def category @category end |
#patches ⇒ Object
Returns the value of attribute patches
73 74 75 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 73 def patches @patches end |
#updatestack ⇒ Object
Returns the value of attribute updatestack
73 74 75 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 73 def updatestack @updatestack end |