Method: LanguageServer::Protocol::Interface::NotebookCell#kind

Defined in:
lib/language_server/protocol/interface/notebook_cell.rb

#kindany

The cell’s kind

Returns:

  • (any)


27
28
29
# File 'lib/language_server/protocol/interface/notebook_cell.rb', line 27

def kind
  attributes.fetch(:kind)
end