Class: Kanrisuru::Core::Zypper::PatchCount

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/zypper/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



73
74
75
# File 'lib/kanrisuru/core/zypper/types.rb', line 73

def category
  @category
end

#patchesObject

Returns the value of attribute patches

Returns:

  • (Object)

    the current value of patches



73
74
75
# File 'lib/kanrisuru/core/zypper/types.rb', line 73

def patches
  @patches
end

#updatestackObject

Returns the value of attribute updatestack

Returns:

  • (Object)

    the current value of updatestack



73
74
75
# File 'lib/kanrisuru/core/zypper/types.rb', line 73

def updatestack
  @updatestack
end