Class: DebugEvent

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

Overview

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

       Debug event
+---------------------------------------------+

Instance Attribute Summary collapse

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

#activeObject

Returns the value of attribute active.



139
140
141
# File 'lib/a-contracts.rb', line 139

def active
  @active
end

#fileObject

Returns the value of attribute file.



139
140
141
# File 'lib/a-contracts.rb', line 139

def file
  @file
end

#rowObject

Returns the value of attribute row.



139
140
141
# File 'lib/a-contracts.rb', line 139

def row
  @row
end