Class: RPM::ChangeLog
- Inherits:
-
Object
- Object
- RPM::ChangeLog
- Defined in:
- lib/rpm/package.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#text ⇒ Object
Returns the value of attribute text.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/rpm/package.rb', line 7 def name @name end |
#text ⇒ Object
Returns the value of attribute text.
7 8 9 |
# File 'lib/rpm/package.rb', line 7 def text @text end |
#time ⇒ Object
Returns the value of attribute time.
7 8 9 |
# File 'lib/rpm/package.rb', line 7 def time @time end |