Class: AckInFilesEvent::Result
- Inherits:
-
SearchBufferEvent::Result
- Object
- Result
- SearchBufferEvent::Result
- AckInFilesEvent::Result
- Defined in:
- lib/a-contracts.rb
Overview
don’t subclass SearchInFilesEvent or listeners for SearchInFiles will also get our messages
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
Attributes inherited from SearchBufferEvent::Result
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file.
218 219 220 |
# File 'lib/a-contracts.rb', line 218 def file @file end |