Class: DebugStepInfoEvent

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

Instance Attribute Summary collapse

Attributes inherited from DebugEvent

#active

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

#fileObject

Returns the value of attribute file.



134
135
136
# File 'lib/a-contracts.rb', line 134

def file
  @file
end

#rowObject

Returns the value of attribute row.



134
135
136
# File 'lib/a-contracts.rb', line 134

def row
  @row
end