Class: StepDebugEvent::Result
- Inherits:
-
Result
- Object
- Result
- StepDebugEvent::Result
- Defined in:
- lib/a-contracts.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#row ⇒ Object
Returns the value of attribute row.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file.
168 169 170 |
# File 'lib/a-contracts.rb', line 168 def file @file end |
#row ⇒ Object
Returns the value of attribute row.
168 169 170 |
# File 'lib/a-contracts.rb', line 168 def row @row end |