Class: Neovim::Tabpage

Inherits:
RemoteObject show all
Defined in:
lib/neovim/remote_object.rb

Constant Summary collapse

OPTION_PARAM =

There is currently only one tabpage-local option, ‘cmdheight’.

:tab

Constants inherited from RemoteObject

RemoteObject::TRANSFER

Instance Attribute Summary

Attributes inherited from RemoteObject

#client, #index

Instance Method Summary collapse

Methods inherited from RemoteObject

#==, #call_api, #call_obj, from_mpdata, #initialize, #inspect, #method_missing, #methods, new, plain_new, #respond_to_missing?, #to_mpdata, type, #type

Methods included from OptionAccess

#get_option, #option_params, #set_option

Constructor Details

This class inherits a constructor from Neovim::RemoteObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Neovim::RemoteObject

Instance Method Details

#numberObject



323
# File 'lib/neovim/remote_object.rb', line 323

def number ; call_obj :get_number ; end