Class: SearchBufferEvent
- Inherits:
-
BufferEvent
- Object
- Event
- ArcadiaEvent
- BufferEvent
- SearchBufferEvent
- Defined in:
- lib/a-contracts.rb
Defined Under Namespace
Classes: Result
Instance Attribute Summary collapse
-
#what ⇒ Object
Returns the value of attribute what.
Attributes inherited from BufferEvent
#col, #file, #row, #text, #title
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
#what ⇒ Object
Returns the value of attribute what.
115 116 117 |
# File 'lib/a-contracts.rb', line 115 def what @what end |