Class: Giblish::GitSummaryDataProvider::CommitInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/giblish/gitrepos/gitsummaryprovider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#committerObject

Returns the value of attribute committer



8
9
10
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 8

def committer
  @committer
end

#datetimeObject

Returns the value of attribute datetime



8
9
10
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 8

def datetime
  @datetime
end

#messageObject

Returns the value of attribute message



8
9
10
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 8

def message
  @message
end

#shaObject

Returns the value of attribute sha



8
9
10
# File 'lib/giblish/gitrepos/gitsummaryprovider.rb', line 8

def sha
  @sha
end