Class: Ruvi::BufferData
- Inherits:
-
Object
- Object
- Ruvi::BufferData
- Defined in:
- lib/buffer.rb
Instance Attribute Summary collapse
-
#app ⇒ Object
Returns the value of attribute app.
-
#classstacks ⇒ Object
Returns the value of attribute classstacks.
-
#dirty_list ⇒ Object
Returns the value of attribute dirty_list.
-
#dlog ⇒ Object
Returns the value of attribute dlog.
-
#fake_buffer ⇒ Object
Returns the value of attribute fake_buffer.
-
#fname ⇒ Object
Returns the value of attribute fname.
-
#highlight_cache ⇒ Object
Returns the value of attribute highlight_cache.
-
#highlighter ⇒ Object
Returns the value of attribute highlighter.
-
#hlstacks ⇒ Object
Returns the value of attribute hlstacks.
-
#is_paste_buffer ⇒ Object
Returns the value of attribute is_paste_buffer.
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#lines_highlighted ⇒ Object
Returns the value of attribute lines_highlighted.
-
#needs_redraw ⇒ Object
Returns the value of attribute needs_redraw.
-
#redraw_list ⇒ Object
Returns the value of attribute redraw_list.
-
#tokens ⇒ Object
Returns the value of attribute tokens.
Instance Attribute Details
#app ⇒ Object
Returns the value of attribute app.
54 55 56 |
# File 'lib/buffer.rb', line 54 def app @app end |
#classstacks ⇒ Object
Returns the value of attribute classstacks.
54 55 56 |
# File 'lib/buffer.rb', line 54 def classstacks @classstacks end |
#dirty_list ⇒ Object
Returns the value of attribute dirty_list.
54 55 56 |
# File 'lib/buffer.rb', line 54 def dirty_list @dirty_list end |
#dlog ⇒ Object
Returns the value of attribute dlog.
54 55 56 |
# File 'lib/buffer.rb', line 54 def dlog @dlog end |
#fake_buffer ⇒ Object
Returns the value of attribute fake_buffer.
54 55 56 |
# File 'lib/buffer.rb', line 54 def fake_buffer @fake_buffer end |
#fname ⇒ Object
Returns the value of attribute fname.
54 55 56 |
# File 'lib/buffer.rb', line 54 def fname @fname end |
#highlight_cache ⇒ Object
Returns the value of attribute highlight_cache.
54 55 56 |
# File 'lib/buffer.rb', line 54 def highlight_cache @highlight_cache end |
#highlighter ⇒ Object
Returns the value of attribute highlighter.
54 55 56 |
# File 'lib/buffer.rb', line 54 def highlighter @highlighter end |
#hlstacks ⇒ Object
Returns the value of attribute hlstacks.
54 55 56 |
# File 'lib/buffer.rb', line 54 def hlstacks @hlstacks end |
#is_paste_buffer ⇒ Object
Returns the value of attribute is_paste_buffer.
54 55 56 |
# File 'lib/buffer.rb', line 54 def is_paste_buffer @is_paste_buffer end |
#lines ⇒ Object
Returns the value of attribute lines.
53 54 55 |
# File 'lib/buffer.rb', line 53 def lines @lines end |
#lines_highlighted ⇒ Object
Returns the value of attribute lines_highlighted.
57 58 59 |
# File 'lib/buffer.rb', line 57 def lines_highlighted @lines_highlighted end |
#needs_redraw ⇒ Object
Returns the value of attribute needs_redraw.
54 55 56 |
# File 'lib/buffer.rb', line 54 def needs_redraw @needs_redraw end |
#redraw_list ⇒ Object
Returns the value of attribute redraw_list.
54 55 56 |
# File 'lib/buffer.rb', line 54 def redraw_list @redraw_list end |
#tokens ⇒ Object
Returns the value of attribute tokens.
54 55 56 |
# File 'lib/buffer.rb', line 54 def tokens @tokens end |