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



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

def category
  @category
end

#interactiveObject

Returns the value of attribute interactive



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

def interactive
  @interactive
end

#patchObject

Returns the value of attribute patch



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

def patch
  @patch
end

#repositoryObject

Returns the value of attribute repository



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

def repository
  @repository
end

#severityObject

Returns the value of attribute severity



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

def severity
  @severity
end

#statusObject

Returns the value of attribute status



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

def status
  @status
end

#summaryObject

Returns the value of attribute summary



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

def summary
  @summary
end