Class Neovim::Session::API::Function
In: lib/neovim/session/api.rb
Parent: Object

Methods

call   new  

Attributes

async  [R] 
name  [R] 

Public Class methods

Public Instance methods

Apply this function to a running RPC session. Sends either a request if async is false or a notification if async is true.

[Validate]