Class: SetBreakpointEvent

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

Instance Attribute Summary collapse

Attributes inherited from DebugEvent

#file, #row

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.



115
116
117
# File 'lib/a-contracts.rb', line 115

def active
  @active
end

#line_codeObject

Returns the value of attribute line_code.



116
117
118
# File 'lib/a-contracts.rb', line 116

def line_code
  @line_code
end