Class: RPM::ChangeLog

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/rpm/package.rb', line 4

def name
  @name
end

#textObject

Returns the value of attribute text.



4
5
6
# File 'lib/rpm/package.rb', line 4

def text
  @text
end

#timeObject

Returns the value of attribute time.



4
5
6
# File 'lib/rpm/package.rb', line 4

def time
  @time
end