Class: Termplot::PositionedWidget
- Inherits:
-
Struct
- Object
- Struct
- Termplot::PositionedWidget
- Extended by:
- Forwardable
- Defined in:
- lib/termplot/positioned_widget.rb
Instance Attribute Summary collapse
-
#col ⇒ Object
Returns the value of attribute col.
-
#row ⇒ Object
Returns the value of attribute row.
-
#widget ⇒ Object
Returns the value of attribute widget.
Instance Attribute Details
#col ⇒ Object
Returns the value of attribute col
4 5 6 |
# File 'lib/termplot/positioned_widget.rb', line 4 def col @col end |
#row ⇒ Object
Returns the value of attribute row
4 5 6 |
# File 'lib/termplot/positioned_widget.rb', line 4 def row @row end |
#widget ⇒ Object
Returns the value of attribute widget
4 5 6 |
# File 'lib/termplot/positioned_widget.rb', line 4 def @widget end |