Class: SearchInFilesEvent

Inherits:
ArcadiaEvent show all
Defined in:
lib/a-contracts.rb

Overview

---------------------------------------------

       Other event
+---------------------------------------------+

Defined Under Namespace

Classes: Result

Constant Summary

Constants inherited from Event

Event::FLAG_DEFAULT, Event::FLAG_ERROR

Instance Attribute Summary collapse

Attributes inherited from Event

#channel, #flag, #parent, #results, #sender, #time

Method Summary

Methods inherited from ArcadiaEvent

#go!, #shot!

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

#dirObject

Returns the value of attribute dir.



282
283
284
# File 'lib/a-contracts.rb', line 282

def dir
  @dir
end

#files_filterObject

Returns the value of attribute files_filter.



282
283
284
# File 'lib/a-contracts.rb', line 282

def files_filter
  @files_filter
end

#whatObject

Returns the value of attribute what.



282
283
284
# File 'lib/a-contracts.rb', line 282

def what
  @what
end