Class: RubyIndexer::ReferenceFinder::ConstTarget
- Defined in:
- lib/ruby_indexer/lib/ruby_indexer/reference_finder.rb
Instance Attribute Summary collapse
-
#fully_qualified_name ⇒ Object
readonly
: String.
Instance Method Summary collapse
-
#initialize(fully_qualified_name) ⇒ ConstTarget
constructor
: (String fully_qualified_name) -> void.
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_name ⇒ Object (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 |