Class: RubyLsp::Notification
- Extended by:
- T::Sig
- Defined in:
- lib/ruby_lsp/utils.rb
Instance Attribute Summary
Attributes inherited from Message
Class Method Summary collapse
- .window_log_message(message, type: Constant::MessageType::LOG) ⇒ Object
- .window_show_error(message) ⇒ Object
Instance Method Summary collapse
Methods inherited from Message
Constructor Details
This class inherits a constructor from RubyLsp::Message
Class Method Details
Instance Method Details
#to_hash ⇒ Object
80 81 82 |
# File 'lib/ruby_lsp/utils.rb', line 80 def to_hash { method: @method, params: T.unsafe(@params).to_hash } end |