Class: SearchBufferEvent::Result
- Inherits:
-
Result
- Object
- Result
- SearchBufferEvent::Result
- Defined in:
- lib/a-contracts.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#col ⇒ Object
Returns the value of attribute col.
-
#row ⇒ Object
Returns the value of attribute row.
Instance Attribute Details
#col ⇒ Object
Returns the value of attribute col.
113 114 115 |
# File 'lib/a-contracts.rb', line 113 def col @col end |
#row ⇒ Object
Returns the value of attribute row.
113 114 115 |
# File 'lib/a-contracts.rb', line 113 def row @row end |