Class: StudFinder::FileCollector::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#custom_excluded_countObject

Returns the value of attribute custom_excluded_count

Returns:

  • (Object)

    the current value of custom_excluded_count



42
43
44
# File 'lib/stud_finder/file_collector.rb', line 42

def custom_excluded_count
  @custom_excluded_count
end

#default_excluded_countObject

Returns the value of attribute default_excluded_count

Returns:

  • (Object)

    the current value of default_excluded_count



42
43
44
# File 'lib/stud_finder/file_collector.rb', line 42

def default_excluded_count
  @default_excluded_count
end

#filesObject

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



42
43
44
# File 'lib/stud_finder/file_collector.rb', line 42

def files
  @files
end

#languagesObject

Returns the value of attribute languages

Returns:

  • (Object)

    the current value of languages



42
43
44
# File 'lib/stud_finder/file_collector.rb', line 42

def languages
  @languages
end