Class: Yatte::TabManager::Tab

Inherits:
Struct
  • Object
show all
Defined in:
lib/yatte/tab_manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bufferObject

Returns the value of attribute buffer

Returns:

  • (Object)

    the current value of buffer



5
6
7
# File 'lib/yatte/tab_manager.rb', line 5

def buffer
  @buffer
end

#clipboardObject

Returns the value of attribute clipboard

Returns:

  • (Object)

    the current value of clipboard



5
6
7
# File 'lib/yatte/tab_manager.rb', line 5

def clipboard
  @clipboard
end

#cursorObject

Returns the value of attribute cursor

Returns:

  • (Object)

    the current value of cursor



5
6
7
# File 'lib/yatte/tab_manager.rb', line 5

def cursor
  @cursor
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



5
6
7
# File 'lib/yatte/tab_manager.rb', line 5

def filename
  @filename
end

#git_statusObject

Returns the value of attribute git_status

Returns:

  • (Object)

    the current value of git_status



5
6
7
# File 'lib/yatte/tab_manager.rb', line 5

def git_status
  @git_status
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



5
6
7
# File 'lib/yatte/tab_manager.rb', line 5

def language
  @language
end

#selectionObject

Returns the value of attribute selection

Returns:

  • (Object)

    the current value of selection



5
6
7
# File 'lib/yatte/tab_manager.rb', line 5

def selection
  @selection
end

#undo_stackObject

Returns the value of attribute undo_stack

Returns:

  • (Object)

    the current value of undo_stack



5
6
7
# File 'lib/yatte/tab_manager.rb', line 5

def undo_stack
  @undo_stack
end