Class: MoveBufferEvent
- Inherits:
-
BufferEvent
- Object
- Event
- ArcadiaEvent
- BufferEvent
- MoveBufferEvent
- Defined in:
- lib/a-contracts.rb
Constant Summary
Constants inherited from Event
Event::FLAG_DEFAULT, Event::FLAG_ERROR
Instance Attribute Summary collapse
-
#new_file ⇒ Object
Returns the value of attribute new_file.
-
#old_file ⇒ Object
Returns the value of attribute old_file.
Attributes inherited from BufferEvent
#col, #file, #lang, #last_col, #last_row, #row, #text, #title
Attributes inherited from Event
#channel, #flag, #parent, #results, #sender, #time
Method Summary
Methods inherited from ArcadiaEvent
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
#new_file ⇒ Object
Returns the value of attribute new_file.
139 140 141 |
# File 'lib/a-contracts.rb', line 139 def new_file @new_file end |
#old_file ⇒ Object
Returns the value of attribute old_file.
138 139 140 |
# File 'lib/a-contracts.rb', line 138 def old_file @old_file end |