Class: StudFinder::Complexity::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#countsObject

Returns the value of attribute counts

Returns:

  • (Object)

    the current value of counts



9
10
11
# File 'lib/stud_finder/complexity.rb', line 9

def counts
  @counts
end

#skipped_filesObject

Returns the value of attribute skipped_files

Returns:

  • (Object)

    the current value of skipped_files



9
10
11
# File 'lib/stud_finder/complexity.rb', line 9

def skipped_files
  @skipped_files
end