Class: SearchBufferEvent::Result

Inherits:
Result
  • Object
show all
Defined in:
lib/a-contracts.rb

Direct Known Subclasses

SearchInFilesEvent::Result

Instance Attribute Summary collapse

Instance Attribute Details

#colObject

Returns the value of attribute col.



77
78
79
# File 'lib/a-contracts.rb', line 77

def col
  @col
end

#rowObject

Returns the value of attribute row.



77
78
79
# File 'lib/a-contracts.rb', line 77

def row
  @row
end