Class: StudFinder::Edges::CouplingConfig
- Inherits:
-
Struct
- Object
- Struct
- StudFinder::Edges::CouplingConfig
- Defined in:
- lib/stud_finder/edges.rb
Instance Attribute Summary collapse
-
#churn_days ⇒ Object
Returns the value of attribute churn_days.
-
#data ⇒ Object
Returns the value of attribute data.
-
#min_commits ⇒ Object
Returns the value of attribute min_commits.
-
#threshold ⇒ Object
Returns the value of attribute threshold.
Instance Attribute Details
#churn_days ⇒ Object
Returns the value of attribute churn_days
7 8 9 |
# File 'lib/stud_finder/edges.rb', line 7 def churn_days @churn_days end |
#data ⇒ Object
Returns the value of attribute data
7 8 9 |
# File 'lib/stud_finder/edges.rb', line 7 def data @data end |
#min_commits ⇒ Object
Returns the value of attribute min_commits
7 8 9 |
# File 'lib/stud_finder/edges.rb', line 7 def min_commits @min_commits end |
#threshold ⇒ Object
Returns the value of attribute threshold
7 8 9 |
# File 'lib/stud_finder/edges.rb', line 7 def threshold @threshold end |