Class: Solargraph::Pin::Reference

Inherits:
Base
  • Object
show all
Defined in:
lib/solargraph/pin/reference.rb,
lib/solargraph/pin/reference/extend.rb,
lib/solargraph/pin/reference/include.rb,
lib/solargraph/pin/reference/require.rb,
lib/solargraph/pin/reference/superclass.rb

Direct Known Subclasses

Extend, Include, Require, Superclass

Defined Under Namespace

Classes: Extend, Include, Require, Superclass

Instance Attribute Summary

Attributes inherited from Base

#kind, #location, #name, #namespace, #path

Instance Method Summary collapse

Methods inherited from Base

#==, #comments, #completion_item_kind, #context, #deprecated?, #directives, #docstring, #filename, #infer, #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

#initialize(location, namespace, name) ⇒ Reference

Returns a new instance of Reference.



9
10
11
# File 'lib/solargraph/pin/reference.rb', line 9

def initialize location, namespace, name
  super(location, namespace, name, '')
end