Class: FDE::FileCrawler::Config
- Inherits:
-
Object
- Object
- FDE::FileCrawler::Config
- Defined in:
- lib/fde/file_crawler.rb
Instance Attribute Summary collapse
-
#path_in_directory ⇒ Object
Returns the value of attribute path_in_directory.
-
#path_out_directory ⇒ Object
Returns the value of attribute path_out_directory.
Instance Attribute Details
#path_in_directory ⇒ Object
Returns the value of attribute path_in_directory.
9 10 11 |
# File 'lib/fde/file_crawler.rb', line 9 def path_in_directory @path_in_directory end |
#path_out_directory ⇒ Object
Returns the value of attribute path_out_directory.
9 10 11 |
# File 'lib/fde/file_crawler.rb', line 9 def path_out_directory @path_out_directory end |