Class: Neovim::Remote::Message::Request

Inherits:
Neovim::Remote::Message show all
Defined in:
lib/neovim/remote.rb

Constant Summary collapse

ID =
0
KEYS =
%i(request_id method_name arguments)

Method Summary

Methods inherited from Neovim::Remote::Message

#fields, find, from_array, inherited, #initialize, #inspect, #method_missing, #methods, #respond_to_missing?, #to_a, #to_h, #to_s

Constructor Details

This class inherits a constructor from Neovim::Remote::Message

Dynamic Method Handling

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