Class: SearchInFilesEvent
- Inherits:
-
ArcadiaEvent
- Object
- Event
- ArcadiaEvent
- SearchInFilesEvent
- Defined in:
- lib/a-contracts.rb
Overview
---------------------------------------------
Other event
+---------------------------------------------+
Defined Under Namespace
Classes: Result
Instance Attribute Summary collapse
-
#dir ⇒ Object
Returns the value of attribute dir.
-
#files_filter ⇒ Object
Returns the value of attribute files_filter.
-
#what ⇒ Object
Returns the value of attribute what.
Attributes inherited from Event
#channel, #parent, #results, #sender, #time
Method Summary
Methods inherited from Event
#add_finalize_callback, #add_result, #break, #initialize, #is_breaked?
Constructor Details
This class inherits a constructor from Event
Instance Attribute Details
#dir ⇒ Object
Returns the value of attribute dir.
212 213 214 |
# File 'lib/a-contracts.rb', line 212 def dir @dir end |
#files_filter ⇒ Object
Returns the value of attribute files_filter.
212 213 214 |
# File 'lib/a-contracts.rb', line 212 def files_filter @files_filter end |
#what ⇒ Object
Returns the value of attribute what.
212 213 214 |
# File 'lib/a-contracts.rb', line 212 def what @what end |