Class: Svn2rss::LogEntry

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

Overview

The LogEntry class represents an entry of the log.

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author.



16
17
18
# File 'lib/svn2rss.rb', line 16

def author
  @author
end

#dateObject

Returns the value of attribute date.



16
17
18
# File 'lib/svn2rss.rb', line 16

def date
  @date
end

#diffObject

Returns the value of attribute diff.



16
17
18
# File 'lib/svn2rss.rb', line 16

def diff
  @diff
end

#msgObject

Returns the value of attribute msg.



16
17
18
# File 'lib/svn2rss.rb', line 16

def msg
  @msg
end

#revisionObject

Returns the value of attribute revision.



16
17
18
# File 'lib/svn2rss.rb', line 16

def revision
  @revision
end