Class: RPM::Problem
- Inherits:
-
Object
- Object
- RPM::Problem
- Defined in:
- lib/rpm.rb
Instance Attribute Summary (collapse)
-
- (Description) Description
of the problem.
-
- (Number) key
Key in the transaction.
-
- (Package) package
Package being processed.
-
- (Number) type
Type of event.
Instance Attribute Details
- (Description) Description
of the problem
27 28 29 |
# File 'lib/rpm.rb', line 27 def Description @Description end |
- (Number) key
Key in the transaction
27 28 29 |
# File 'lib/rpm.rb', line 27 def key @key end |
- (Package) package
Package being processed
27 28 29 |
# File 'lib/rpm.rb', line 27 def package @package end |
- (Number) type
Type of event
27 28 29 |
# File 'lib/rpm.rb', line 27 def type @type end |