class TimeCost::Commit
Attributes
commit[RW]
date[RW]
note[RW]
Public Class Methods
new(commit)
click to toggle source
# File lib/timecost/commit.rb, line 6 def initialize commit @commit = commit @note = nil @author = nil @date = nil end