Class: BufferEvent

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

Overview

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

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

Constant Summary

Constants inherited from Event

Event::FLAG_DEFAULT, Event::FLAG_ERROR

Instance Attribute Summary collapse

Attributes inherited from Event

#channel, #flag, #parent, #results, #sender, #time

Method Summary

Methods inherited from ArcadiaEvent

#go!, #shot!

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

#colObject

Abstract



111
112
113
# File 'lib/a-contracts.rb', line 111

def col
  @col
end

#fileObject

Abstract



111
112
113
# File 'lib/a-contracts.rb', line 111

def file
  @file
end

#langObject

Abstract



111
112
113
# File 'lib/a-contracts.rb', line 111

def lang
  @lang
end

#last_colObject

Abstract



111
112
113
# File 'lib/a-contracts.rb', line 111

def last_col
  @last_col
end

#last_rowObject

Abstract



111
112
113
# File 'lib/a-contracts.rb', line 111

def last_row
  @last_row
end

#rowObject

Abstract



111
112
113
# File 'lib/a-contracts.rb', line 111

def row
  @row
end

#textObject

Abstract



111
112
113
# File 'lib/a-contracts.rb', line 111

def text
  @text
end

#titleObject

Abstract



111
112
113
# File 'lib/a-contracts.rb', line 111

def title
  @title
end