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



51
52
53
# File 'lib/git_statistics/commit_summary.rb', line 51

def added_files
  @added_files
end

#additionsObject

Returns the value of attribute additions

Returns:

  • (Object)

    the current value of additions



51
52
53
# File 'lib/git_statistics/commit_summary.rb', line 51

def additions
  @additions
end

#deleted_filesObject

Returns the value of attribute deleted_files

Returns:

  • (Object)

    the current value of deleted_files



51
52
53
# File 'lib/git_statistics/commit_summary.rb', line 51

def deleted_files
  @deleted_files
end

#deletionsObject

Returns the value of attribute deletions

Returns:

  • (Object)

    the current value of deletions



51
52
53
# File 'lib/git_statistics/commit_summary.rb', line 51

def deletions
  @deletions
end

#modified_filesObject

Returns the value of attribute modified_files

Returns:

  • (Object)

    the current value of modified_files



51
52
53
# File 'lib/git_statistics/commit_summary.rb', line 51

def modified_files
  @modified_files
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



51
52
53
# File 'lib/git_statistics/commit_summary.rb', line 51

def name
  @name
end

#netObject

Returns the value of attribute net

Returns:

  • (Object)

    the current value of net



51
52
53
# File 'lib/git_statistics/commit_summary.rb', line 51

def net
  @net
end