Class: RPM::Changelog

Inherits:
Object
  • Object
show all
Defined in:
lib/rpm.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the changelog entry



33
34
35
# File 'lib/rpm.rb', line 33

def name
  @name
end

#textText

description of the changelog entry



33
34
35
# File 'lib/rpm.rb', line 33

def text
  @text
end

#timeTime

Timestamp of the changelog entry



33
34
35
# File 'lib/rpm.rb', line 33

def time
  @time
end