Class: Reline::LineEditor::RenderedScreen
- Inherits:
-
Struct
- Object
- Struct
- Reline::LineEditor::RenderedScreen
- Defined in:
- lib/reline/line_editor.rb
Instance Attribute Summary collapse
-
#base_y ⇒ Object
Returns the value of attribute base_y.
-
#cursor_y ⇒ Object
Returns the value of attribute cursor_y.
-
#lines ⇒ Object
Returns the value of attribute lines.
Instance Attribute Details
#base_y ⇒ Object
Returns the value of attribute base_y
45 46 47 |
# File 'lib/reline/line_editor.rb', line 45 def base_y @base_y end |
#cursor_y ⇒ Object
Returns the value of attribute cursor_y
45 46 47 |
# File 'lib/reline/line_editor.rb', line 45 def cursor_y @cursor_y end |
#lines ⇒ Object
Returns the value of attribute lines
45 46 47 |
# File 'lib/reline/line_editor.rb', line 45 def lines @lines end |