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.



7
8
9
# File 'lib/rpm/package.rb', line 7

def name
  @name
end

#textObject

Returns the value of attribute text.



7
8
9
# File 'lib/rpm/package.rb', line 7

def text
  @text
end

#timeObject

Returns the value of attribute time.



7
8
9
# File 'lib/rpm/package.rb', line 7

def time
  @time
end