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

Constructor Details

This class inherits a constructor from Event

Instance Attribute Details

#activeObject

Returns the value of attribute active.



103
104
105
# File 'lib/a-contracts.rb', line 103

def active
  @active
end

#fileObject

Returns the value of attribute file.



103
104
105
# File 'lib/a-contracts.rb', line 103

def file
  @file
end

#rowObject

Returns the value of attribute row.



103
104
105
# File 'lib/a-contracts.rb', line 103

def row
  @row
end