Class: StudFinder::FileCollector::Result
- Inherits:
-
Struct
- Object
- Struct
- StudFinder::FileCollector::Result
- Defined in:
- lib/stud_finder/file_collector.rb
Instance Attribute Summary collapse
-
#custom_excluded_count ⇒ Object
Returns the value of attribute custom_excluded_count.
-
#default_excluded_count ⇒ Object
Returns the value of attribute default_excluded_count.
-
#files ⇒ Object
Returns the value of attribute files.
-
#languages ⇒ Object
Returns the value of attribute languages.
Instance Attribute Details
#custom_excluded_count ⇒ Object
Returns the value of attribute 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_count ⇒ Object
Returns the value of attribute default_excluded_count
42 43 44 |
# File 'lib/stud_finder/file_collector.rb', line 42 def default_excluded_count @default_excluded_count end |
#files ⇒ Object
Returns the value of attribute files
42 43 44 |
# File 'lib/stud_finder/file_collector.rb', line 42 def files @files end |
#languages ⇒ Object
Returns the value of attribute languages
42 43 44 |
# File 'lib/stud_finder/file_collector.rb', line 42 def languages @languages end |