Class: RawLine::Terminal::CursorPosition

Inherits:
Struct
  • Object
show all
Defined in:
lib/rawline/terminal.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



80
81
82
# File 'lib/rawline/terminal.rb', line 80

def column
  @column
end

#rowObject

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



80
81
82
# File 'lib/rawline/terminal.rb', line 80

def row
  @row
end