Class: Ruvi::BufferData

Inherits:
Object
  • Object
show all
Defined in:
lib/buffer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#appObject

Returns the value of attribute app.



54
55
56
# File 'lib/buffer.rb', line 54

def app
  @app
end

#classstacksObject

Returns the value of attribute classstacks.



54
55
56
# File 'lib/buffer.rb', line 54

def classstacks
  @classstacks
end

#dirty_listObject

Returns the value of attribute dirty_list.



54
55
56
# File 'lib/buffer.rb', line 54

def dirty_list
  @dirty_list
end

#dlogObject

Returns the value of attribute dlog.



54
55
56
# File 'lib/buffer.rb', line 54

def dlog
  @dlog
end

#fake_bufferObject

Returns the value of attribute fake_buffer.



54
55
56
# File 'lib/buffer.rb', line 54

def fake_buffer
  @fake_buffer
end

#fnameObject

Returns the value of attribute fname.



54
55
56
# File 'lib/buffer.rb', line 54

def fname
  @fname
end

#highlight_cacheObject

Returns the value of attribute highlight_cache.



54
55
56
# File 'lib/buffer.rb', line 54

def highlight_cache
  @highlight_cache
end

#highlighterObject

Returns the value of attribute highlighter.



54
55
56
# File 'lib/buffer.rb', line 54

def highlighter
  @highlighter
end

#hlstacksObject

Returns the value of attribute hlstacks.



54
55
56
# File 'lib/buffer.rb', line 54

def hlstacks
  @hlstacks
end

#is_paste_bufferObject

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

#linesObject

Returns the value of attribute lines.



53
54
55
# File 'lib/buffer.rb', line 53

def lines
  @lines
end

#lines_highlightedObject

Returns the value of attribute lines_highlighted.



57
58
59
# File 'lib/buffer.rb', line 57

def lines_highlighted
  @lines_highlighted
end

#needs_redrawObject

Returns the value of attribute needs_redraw.



54
55
56
# File 'lib/buffer.rb', line 54

def needs_redraw
  @needs_redraw
end

#redraw_listObject

Returns the value of attribute redraw_list.



54
55
56
# File 'lib/buffer.rb', line 54

def redraw_list
  @redraw_list
end

#tokensObject

Returns the value of attribute tokens.



54
55
56
# File 'lib/buffer.rb', line 54

def tokens
  @tokens
end