Class: RubyIndexer::ReferenceFinder::ConstTarget

Inherits:
Target
  • Object
show all
Defined in:
lib/ruby_indexer/lib/ruby_indexer/reference_finder.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fully_qualified_name) ⇒ ConstTarget

: (String fully_qualified_name) -> void



14
15
16
17
# File 'lib/ruby_indexer/lib/ruby_indexer/reference_finder.rb', line 14

def initialize(fully_qualified_name)
  super()
  @fully_qualified_name = fully_qualified_name
end

Instance Attribute Details

#fully_qualified_nameObject (readonly)

: String



11
12
13
# File 'lib/ruby_indexer/lib/ruby_indexer/reference_finder.rb', line 11

def fully_qualified_name
  @fully_qualified_name
end