Class: BufferEvent

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

Overview

---------------------------------------------

       Buffer event
+---------------------------------------------+

Instance Attribute Summary collapse

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

#colObject

Abstract



51
52
53
# File 'lib/a-contracts.rb', line 51

def col
  @col
end

#fileObject

Abstract



51
52
53
# File 'lib/a-contracts.rb', line 51

def file
  @file
end

#rowObject

Abstract



51
52
53
# File 'lib/a-contracts.rb', line 51

def row
  @row
end

#textObject

Abstract



51
52
53
# File 'lib/a-contracts.rb', line 51

def text
  @text
end

#titleObject

Abstract



51
52
53
# File 'lib/a-contracts.rb', line 51

def title
  @title
end