Class: BufferEvent
- Inherits:
-
ArcadiaEvent
- Object
- Event
- ArcadiaEvent
- BufferEvent
- Defined in:
- lib/a-contracts.rb
Overview
---------------------------------------------
Buffer event
+---------------------------------------------+
Direct Known Subclasses
BufferRaisedEvent, CloseBufferEvent, CloseCurrentTabEvent, CompleteCodeEvent, DocCodeEvent, GoToLineBufferEvent, MoveBufferEvent, NewBufferEvent, NoBufferExistEvent, OneBufferExistEvent, OpenBufferEvent, PrettifyTextEvent, SaveBufferEvent, SearchBufferEvent
Instance Attribute Summary collapse
-
#col ⇒ Object
Abstract.
-
#file ⇒ Object
Abstract.
-
#row ⇒ Object
Abstract.
-
#text ⇒ Object
Abstract.
-
#title ⇒ Object
Abstract.
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
#col ⇒ Object
Abstract
72 73 74 |
# File 'lib/a-contracts.rb', line 72 def col @col end |
#file ⇒ Object
Abstract
72 73 74 |
# File 'lib/a-contracts.rb', line 72 def file @file end |
#row ⇒ Object
Abstract
72 73 74 |
# File 'lib/a-contracts.rb', line 72 def row @row end |
#text ⇒ Object
Abstract
72 73 74 |
# File 'lib/a-contracts.rb', line 72 def text @text end |
#title ⇒ Object
Abstract
72 73 74 |
# File 'lib/a-contracts.rb', line 72 def title @title end |