Class: FileCrawler::Finder
- Inherits:
-
Object
- Object
- FileCrawler::Finder
- Includes:
- Command::Collect, Command::Move, Command::Search
- Defined in:
- lib/file_crawler/finder.rb,
lib/file_crawler/finder/command.rb
Defined Under Namespace
Modules: Command
Instance Attribute Summary collapse
-
#collections ⇒ Object
Returns the value of attribute collections.
-
#files ⇒ Object
Returns the value of attribute files.
Attributes included from Command::Collect
Instance Method Summary collapse
-
#initialize ⇒ Finder
constructor
A new instance of Finder.
Methods included from Command::Search
Methods included from Command::Base
Methods included from Command::Move
Methods included from Command::Collect
Constructor Details
#initialize ⇒ Finder
Returns a new instance of Finder.
12 13 14 15 |
# File 'lib/file_crawler/finder.rb', line 12 def initialize @rows = [] @collections = [] end |
Instance Attribute Details
#collections ⇒ Object
Returns the value of attribute collections.
6 7 8 |
# File 'lib/file_crawler/finder.rb', line 6 def collections @collections end |
#files ⇒ Object
Returns the value of attribute files.
6 7 8 |
# File 'lib/file_crawler/finder.rb', line 6 def files @files end |