Class: RubyCritic::SourceControlSystem::Git::Stats

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubycritic/source_control_systems/git/churn.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



6
7
8
# File 'lib/rubycritic/source_control_systems/git/churn.rb', line 6

def count
  @count
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



6
7
8
# File 'lib/rubycritic/source_control_systems/git/churn.rb', line 6

def date
  @date
end