Class: Chamomile::CursorPositionCommand
- Inherits:
-
Data
- Object
- Data
- Chamomile::CursorPositionCommand
- Defined in:
- lib/chamomile/commands.rb
Instance Attribute Summary collapse
-
#col ⇒ Object
readonly
Returns the value of attribute col.
-
#row ⇒ Object
readonly
Returns the value of attribute row.
Instance Attribute Details
#col ⇒ Object (readonly)
Returns the value of attribute col
11 12 13 |
# File 'lib/chamomile/commands.rb', line 11 def col @col end |
#row ⇒ Object (readonly)
Returns the value of attribute row
11 12 13 |
# File 'lib/chamomile/commands.rb', line 11 def row @row end |