Class: PlatformosCheck::LanguageServer::HoverProvider::CurrentToken
- Inherits:
-
Struct
- Object
- Struct
- PlatformosCheck::LanguageServer::HoverProvider::CurrentToken
- Defined in:
- lib/platformos_check/language_server/hover_provider.rb
Instance Attribute Summary collapse
-
#absolute_cursor ⇒ Object
Returns the value of attribute absolute_cursor.
-
#buffer ⇒ Object
Returns the value of attribute buffer.
-
#content ⇒ Object
Returns the value of attribute content.
-
#cursor ⇒ Object
Returns the value of attribute cursor.
Instance Attribute Details
#absolute_cursor ⇒ Object
Returns the value of attribute absolute_cursor
11 12 13 |
# File 'lib/platformos_check/language_server/hover_provider.rb', line 11 def absolute_cursor @absolute_cursor end |
#buffer ⇒ Object
Returns the value of attribute buffer
11 12 13 |
# File 'lib/platformos_check/language_server/hover_provider.rb', line 11 def buffer @buffer end |
#content ⇒ Object
Returns the value of attribute content
11 12 13 |
# File 'lib/platformos_check/language_server/hover_provider.rb', line 11 def content @content end |
#cursor ⇒ Object
Returns the value of attribute cursor
11 12 13 |
# File 'lib/platformos_check/language_server/hover_provider.rb', line 11 def cursor @cursor end |