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

Returns:

  • (Object)

    the current value of committer



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

def committer
  @committer
end

#datetimeObject

Returns the value of attribute datetime

Returns:

  • (Object)

    the current value of datetime



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

def datetime
  @datetime
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



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

def message
  @message
end

#shaObject

Returns the value of attribute sha

Returns:

  • (Object)

    the current value of sha



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

def sha
  @sha
end