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.



107
108
109
# File 'lib/a-contracts.rb', line 107

def active
  @active
end

#line_codeObject

Returns the value of attribute line_code.



108
109
110
# File 'lib/a-contracts.rb', line 108

def line_code
  @line_code
end