Class: StudFinder::Complexity::Result
- Inherits:
-
Struct
- Object
- Struct
- StudFinder::Complexity::Result
- Defined in:
- lib/stud_finder/complexity.rb
Instance Attribute Summary collapse
-
#counts ⇒ Object
Returns the value of attribute counts.
-
#skipped_files ⇒ Object
Returns the value of attribute skipped_files.
Instance Attribute Details
#counts ⇒ Object
Returns the value of attribute counts
9 10 11 |
# File 'lib/stud_finder/complexity.rb', line 9 def counts @counts end |
#skipped_files ⇒ Object
Returns the value of attribute skipped_files
9 10 11 |
# File 'lib/stud_finder/complexity.rb', line 9 def skipped_files @skipped_files end |