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
43 44 45 |
# File 'lib/stud_finder/file_collector.rb', line 43 def custom_excluded_count @custom_excluded_count end |
#default_excluded_count ⇒ Object
Returns the value of attribute default_excluded_count
43 44 45 |
# File 'lib/stud_finder/file_collector.rb', line 43 def default_excluded_count @default_excluded_count end |
#files ⇒ Object
Returns the value of attribute files
43 44 45 |
# File 'lib/stud_finder/file_collector.rb', line 43 def files @files end |
#languages ⇒ Object
Returns the value of attribute languages
43 44 45 |
# File 'lib/stud_finder/file_collector.rb', line 43 def languages @languages end |