Class: RubyIndexer::Entry::Member

Inherits:
RubyIndexer::Entry show all
Extended by:
T::Helpers, T::Sig
Defined in:
lib/ruby_indexer/lib/ruby_indexer/entry.rb

Direct Known Subclasses

Accessor, Method

Instance Attribute Summary collapse

Attributes inherited from RubyIndexer::Entry

#comments, #file_path, #location, #name, #visibility

Instance Method Summary collapse

Methods inherited from RubyIndexer::Entry

#file_name

Constructor Details

#initialize(name, file_path, location, comments, owner) ⇒ Member

Returns a new instance of Member.



169
170
171
172
# File 'lib/ruby_indexer/lib/ruby_indexer/entry.rb', line 169

def initialize(name, file_path, location, comments, owner)
  super(name, file_path, location, comments)
  @owner = owner
end

Instance Attribute Details

#ownerObject (readonly)

Returns the value of attribute owner.



158
159
160
# File 'lib/ruby_indexer/lib/ruby_indexer/entry.rb', line 158

def owner
  @owner
end

Instance Method Details

#parametersObject



175
# File 'lib/ruby_indexer/lib/ruby_indexer/entry.rb', line 175

def parameters; end