Class: Kanrisuru::Core::Zypper::PatchUpdate
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::Zypper::PatchUpdate
- Defined in:
- lib/kanrisuru/core/zypper/types.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#interactive ⇒ Object
Returns the value of attribute interactive.
-
#patch ⇒ Object
Returns the value of attribute patch.
-
#repository ⇒ Object
Returns the value of attribute repository.
-
#severity ⇒ Object
Returns the value of attribute severity.
-
#status ⇒ Object
Returns the value of attribute status.
-
#summary ⇒ Object
Returns the value of attribute summary.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
63 64 65 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 63 def category @category end |
#interactive ⇒ Object
Returns the value of attribute interactive
63 64 65 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 63 def interactive @interactive end |
#patch ⇒ Object
Returns the value of attribute patch
63 64 65 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 63 def patch @patch end |
#repository ⇒ Object
Returns the value of attribute repository
63 64 65 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 63 def repository @repository end |
#severity ⇒ Object
Returns the value of attribute severity
63 64 65 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 63 def severity @severity end |
#status ⇒ Object
Returns the value of attribute status
63 64 65 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 63 def status @status end |
#summary ⇒ Object
Returns the value of attribute summary
63 64 65 |
# File 'lib/kanrisuru/core/zypper/types.rb', line 63 def summary @summary end |