Class: RubyCurses::Coord

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbcurse/extras/widgets/rvimsplit.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colObject

Returns the value of attribute col

Returns:

  • (Object)

    the current value of col



27
28
29
# File 'lib/rbcurse/extras/widgets/rvimsplit.rb', line 27

def col
  @col
end

#hObject

Returns the value of attribute h

Returns:

  • (Object)

    the current value of h



27
28
29
# File 'lib/rbcurse/extras/widgets/rvimsplit.rb', line 27

def h
  @h
end

#rowObject

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



27
28
29
# File 'lib/rbcurse/extras/widgets/rvimsplit.rb', line 27

def row
  @row
end

#wObject

Returns the value of attribute w

Returns:

  • (Object)

    the current value of w



27
28
29
# File 'lib/rbcurse/extras/widgets/rvimsplit.rb', line 27

def w
  @w
end