Class: StudFinder::Edges::CouplingConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/stud_finder/edges.rb

Instance Attribute Summary collapse

Instance Attribute Details

#churn_daysObject

Returns the value of attribute churn_days

Returns:

  • (Object)

    the current value of churn_days



7
8
9
# File 'lib/stud_finder/edges.rb', line 7

def churn_days
  @churn_days
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



7
8
9
# File 'lib/stud_finder/edges.rb', line 7

def data
  @data
end

#min_commitsObject

Returns the value of attribute min_commits

Returns:

  • (Object)

    the current value of min_commits



7
8
9
# File 'lib/stud_finder/edges.rb', line 7

def min_commits
  @min_commits
end

#thresholdObject

Returns the value of attribute threshold

Returns:

  • (Object)

    the current value of threshold



7
8
9
# File 'lib/stud_finder/edges.rb', line 7

def threshold
  @threshold
end