Class: PlatformosCheck::LanguageServer::HoverProvider::CurrentToken

Inherits:
Struct
  • Object
show all
Defined in:
lib/platformos_check/language_server/hover_provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_cursorObject

Returns the value of attribute absolute_cursor

Returns:

  • (Object)

    the current value of absolute_cursor



11
12
13
# File 'lib/platformos_check/language_server/hover_provider.rb', line 11

def absolute_cursor
  @absolute_cursor
end

#bufferObject

Returns the value of attribute buffer

Returns:

  • (Object)

    the current value of buffer



11
12
13
# File 'lib/platformos_check/language_server/hover_provider.rb', line 11

def buffer
  @buffer
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



11
12
13
# File 'lib/platformos_check/language_server/hover_provider.rb', line 11

def content
  @content
end

#cursorObject

Returns the value of attribute cursor

Returns:

  • (Object)

    the current value of cursor



11
12
13
# File 'lib/platformos_check/language_server/hover_provider.rb', line 11

def cursor
  @cursor
end