Class: RubyCurses::Coord
- Inherits:
-
Struct
- Object
- Struct
- RubyCurses::Coord
- Defined in:
- lib/rbcurse/extras/widgets/rvimsplit.rb
Instance Attribute Summary collapse
-
#col ⇒ Object
Returns the value of attribute col.
-
#h ⇒ Object
Returns the value of attribute h.
-
#row ⇒ Object
Returns the value of attribute row.
-
#w ⇒ Object
Returns the value of attribute w.
Instance Attribute Details
#col ⇒ Object
Returns the value of attribute col
27 28 29 |
# File 'lib/rbcurse/extras/widgets/rvimsplit.rb', line 27 def col @col end |
#h ⇒ Object
Returns the value of attribute h
27 28 29 |
# File 'lib/rbcurse/extras/widgets/rvimsplit.rb', line 27 def h @h end |
#row ⇒ Object
Returns the value of attribute row
27 28 29 |
# File 'lib/rbcurse/extras/widgets/rvimsplit.rb', line 27 def row @row end |
#w ⇒ Object
Returns the value of attribute w
27 28 29 |
# File 'lib/rbcurse/extras/widgets/rvimsplit.rb', line 27 def w @w end |