Class: Yatte::TabManager::Tab
- Inherits:
-
Struct
- Object
- Struct
- Yatte::TabManager::Tab
- Defined in:
- lib/yatte/tab_manager.rb
Instance Attribute Summary collapse
-
#buffer ⇒ Object
Returns the value of attribute buffer.
-
#clipboard ⇒ Object
Returns the value of attribute clipboard.
-
#cursor ⇒ Object
Returns the value of attribute cursor.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#git_status ⇒ Object
Returns the value of attribute git_status.
-
#language ⇒ Object
Returns the value of attribute language.
-
#selection ⇒ Object
Returns the value of attribute selection.
-
#undo_stack ⇒ Object
Returns the value of attribute undo_stack.
Instance Attribute Details
#buffer ⇒ Object
Returns the value of attribute buffer
5 6 7 |
# File 'lib/yatte/tab_manager.rb', line 5 def buffer @buffer end |
#clipboard ⇒ Object
Returns the value of attribute clipboard
5 6 7 |
# File 'lib/yatte/tab_manager.rb', line 5 def clipboard @clipboard end |
#cursor ⇒ Object
Returns the value of attribute cursor
5 6 7 |
# File 'lib/yatte/tab_manager.rb', line 5 def cursor @cursor end |
#filename ⇒ Object
Returns the value of attribute filename
5 6 7 |
# File 'lib/yatte/tab_manager.rb', line 5 def filename @filename end |
#git_status ⇒ Object
Returns the value of attribute git_status
5 6 7 |
# File 'lib/yatte/tab_manager.rb', line 5 def git_status @git_status end |
#language ⇒ Object
Returns the value of attribute language
5 6 7 |
# File 'lib/yatte/tab_manager.rb', line 5 def language @language end |
#selection ⇒ Object
Returns the value of attribute selection
5 6 7 |
# File 'lib/yatte/tab_manager.rb', line 5 def selection @selection end |
#undo_stack ⇒ Object
Returns the value of attribute undo_stack
5 6 7 |
# File 'lib/yatte/tab_manager.rb', line 5 def undo_stack @undo_stack end |