Class: RPM::Changelog
- Inherits:
-
Object
- Object
- RPM::Changelog
- Defined in:
- lib/rpm.rb
Instance Attribute Summary (collapse)
-
- (String) name
Name of the changelog entry.
-
- (Text) text
description of the changelog entry.
-
- (Time) time
Timestamp of the changelog entry.
Instance Attribute Details
- (String) name
Name of the changelog entry
33 34 35 |
# File 'lib/rpm.rb', line 33 def name @name end |
- (Text) text
description of the changelog entry
33 34 35 |
# File 'lib/rpm.rb', line 33 def text @text end |
- (Time) time
Timestamp of the changelog entry
33 34 35 |
# File 'lib/rpm.rb', line 33 def time @time end |