Class: MoveBufferEvent

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

Instance Attribute Summary collapse

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_result, #break, #initialize, #is_breaked?

Constructor Details

This class inherits a constructor from Event

Instance Attribute Details

#new_fileObject

Returns the value of attribute new_file.



76
77
78
# File 'lib/a-contracts.rb', line 76

def new_file
  @new_file
end

#old_fileObject

Returns the value of attribute old_file.



75
76
77
# File 'lib/a-contracts.rb', line 75

def old_file
  @old_file
end