Class: GitStatistics::CommitSummary::LanguageSummary

Inherits:
Struct
  • Object
show all
Defined in:
lib/git_statistics/commit_summary.rb

Instance Attribute Summary collapse

Instance Attribute Details

#added_filesObject

Returns the value of attribute added_files

Returns:

  • (Object)

    the current value of added_files



49
50
51
# File 'lib/git_statistics/commit_summary.rb', line 49

def added_files
  @added_files
end

#additionsObject

Returns the value of attribute additions

Returns:

  • (Object)

    the current value of additions



49
50
51
# File 'lib/git_statistics/commit_summary.rb', line 49

def additions
  @additions
end

#deleted_filesObject

Returns the value of attribute deleted_files

Returns:

  • (Object)

    the current value of deleted_files



49
50
51
# File 'lib/git_statistics/commit_summary.rb', line 49

def deleted_files
  @deleted_files
end

#deletionsObject

Returns the value of attribute deletions

Returns:

  • (Object)

    the current value of deletions



49
50
51
# File 'lib/git_statistics/commit_summary.rb', line 49

def deletions
  @deletions
end

#modified_filesObject

Returns the value of attribute modified_files

Returns:

  • (Object)

    the current value of modified_files



49
50
51
# File 'lib/git_statistics/commit_summary.rb', line 49

def modified_files
  @modified_files
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



49
50
51
# File 'lib/git_statistics/commit_summary.rb', line 49

def name
  @name
end

#netObject

Returns the value of attribute net

Returns:

  • (Object)

    the current value of net



49
50
51
# File 'lib/git_statistics/commit_summary.rb', line 49

def net
  @net
end