Class: DebugEvent

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

Overview

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

       Debug 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

#activeObject

Returns the value of attribute active.



212
213
214
# File 'lib/a-contracts.rb', line 212

def active
  @active
end

#fileObject

Returns the value of attribute file.



212
213
214
# File 'lib/a-contracts.rb', line 212

def file
  @file
end

#idObject

Returns the value of attribute id.



212
213
214
# File 'lib/a-contracts.rb', line 212

def id
  @id
end

#persistentObject

Returns the value of attribute persistent.



212
213
214
# File 'lib/a-contracts.rb', line 212

def persistent
  @persistent
end

#rowObject

Returns the value of attribute row.



212
213
214
# File 'lib/a-contracts.rb', line 212

def row
  @row
end