Class: Gity::GitLogEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#commit_byObject

Returns the value of attribute commit_by.



5
6
7
# File 'lib/gity/git_log.rb', line 5

def commit_by
  @commit_by
end

#commit_notesObject

Returns the value of attribute commit_notes.



5
6
7
# File 'lib/gity/git_log.rb', line 5

def commit_notes
  @commit_notes
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/gity/git_log.rb', line 5

def id
  @id
end

#timestampObject

Returns the value of attribute timestamp.



5
6
7
# File 'lib/gity/git_log.rb', line 5

def timestamp
  @timestamp
end