Class: Bugwatch::Commit::Stats

Inherits:
Struct
  • Object
show all
Defined in:
lib/bugwatch/commit.rb

Instance Attribute Summary collapse

Instance Attribute Details

#additionsObject

Returns the value of attribute additions

Returns:

  • (Object)

    the current value of additions



38
39
40
# File 'lib/bugwatch/commit.rb', line 38

def additions
  @additions
end

#deletionsObject

Returns the value of attribute deletions

Returns:

  • (Object)

    the current value of deletions



38
39
40
# File 'lib/bugwatch/commit.rb', line 38

def deletions
  @deletions
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



38
39
40
# File 'lib/bugwatch/commit.rb', line 38

def file
  @file
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



38
39
40
# File 'lib/bugwatch/commit.rb', line 38

def total
  @total
end