Class: Neovim::Tabpage
- Inherits:
-
RemoteObject
- Object
- RemoteObject
- Neovim::Tabpage
- 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
Instance Attribute Summary
Attributes inherited from RemoteObject
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
#number ⇒ Object
323 |
# File 'lib/neovim/remote_object.rb', line 323 def number ; call_obj :get_number ; end |