Class: Solargraph::Pin::Reference::Extend

Inherits:
Solargraph::Pin::Reference show all
Defined in:
lib/solargraph/pin/reference/extend.rb

Instance Attribute Summary

Attributes inherited from Base

#location, #name, #namespace, #path

Instance Method Summary collapse

Methods inherited from Solargraph::Pin::Reference

#initialize

Methods inherited from Base

#==, #comments, #completion_item_kind, #context, #deprecated?, #directives, #docstring, #filename, #infer, #initialize, #macros, #maybe_directives?, #nearly?, #return_complex_type, #return_type, #symbol_kind, #to_s, #try_merge!, #variable?

Methods included from Documenting

#documentation

Methods included from Conversions

#completion_item, #detail, #link_documentation, #reset_conversions, #resolve_completion_item, #signature_help

Constructor Details

This class inherits a constructor from Solargraph::Pin::Reference

Instance Method Details

#kindObject



5
6
7
# File 'lib/solargraph/pin/reference/extend.rb', line 5

def kind
  Pin::EXTEND_REFERENCE
end