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
readonly
Returns the value of attribute collections.
-
#directories ⇒ Object
readonly
Returns the value of attribute directories.
-
#dirs ⇒ Object
readonly
Returns the value of attribute dirs.
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 |
# File 'lib/file_crawler/finder.rb', line 12 def initialize @rows = [] end |
Instance Attribute Details
#collections ⇒ Object (readonly)
Returns the value of attribute collections.
6 7 8 |
# File 'lib/file_crawler/finder.rb', line 6 def collections @collections end |
#directories ⇒ Object (readonly)
Returns the value of attribute directories.
6 7 8 |
# File 'lib/file_crawler/finder.rb', line 6 def directories @directories end |
#dirs ⇒ Object (readonly)
Returns the value of attribute dirs.
6 7 8 |
# File 'lib/file_crawler/finder.rb', line 6 def dirs @dirs end |