Class: RubyIndexer::ReferenceFinder::MethodTarget

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(method_name) ⇒ MethodTarget

: (String method_name) -> void



25
26
27
28
# File 'lib/ruby_indexer/lib/ruby_indexer/reference_finder.rb', line 25

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

Instance Attribute Details

#method_nameObject (readonly)

: String



22
23
24
# File 'lib/ruby_indexer/lib/ruby_indexer/reference_finder.rb', line 22

def method_name
  @method_name
end