Class: Kanrisuru::Core::Zypper::PatchUpdate

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



63
64
65
# File 'lib/kanrisuru/core/zypper/types.rb', line 63

def category
  @category
end

#interactiveObject

Returns the value of attribute interactive

Returns:

  • (Object)

    the current value of interactive



63
64
65
# File 'lib/kanrisuru/core/zypper/types.rb', line 63

def interactive
  @interactive
end

#patchObject

Returns the value of attribute patch

Returns:

  • (Object)

    the current value of patch



63
64
65
# File 'lib/kanrisuru/core/zypper/types.rb', line 63

def patch
  @patch
end

#repositoryObject

Returns the value of attribute repository

Returns:

  • (Object)

    the current value of repository



63
64
65
# File 'lib/kanrisuru/core/zypper/types.rb', line 63

def repository
  @repository
end

#severityObject

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



63
64
65
# File 'lib/kanrisuru/core/zypper/types.rb', line 63

def severity
  @severity
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



63
64
65
# File 'lib/kanrisuru/core/zypper/types.rb', line 63

def status
  @status
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



63
64
65
# File 'lib/kanrisuru/core/zypper/types.rb', line 63

def summary
  @summary
end