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

Returns:

  • (String)

    the current value of name



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

def name
  @name
end

#textText

description of the changelog entry

Returns:

  • (Text)

    the current value of text



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

def text
  @text
end

#timeTime

Timestamp of the changelog entry

Returns:

  • (Time)

    the current value of time



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

def time
  @time
end