Class Neovim::RemoteObject
In: lib/neovim/remote_object.rb
Parent: Object

@abstract Superclass for all nvim remote objects.

@see Buffer @see Window @see Tabpage

Methods

Attributes

index  [R] 

Public Class methods

Public Instance methods

Extend +==+ to only look at class and index.

Intercept method calls and delegate to appropriate RPC methods.

Extend methods to include RPC methods

Serialize object to MessagePack.

@param packer [MessagePack::Packer] @return [String]

[Validate]