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.



127
128
129
130
# File 'lib/ruby_indexer/lib/ruby_indexer/entry.rb', line 127

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.



116
117
118
# File 'lib/ruby_indexer/lib/ruby_indexer/entry.rb', line 116

def owner
  @owner
end

Instance Method Details

#parametersObject



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

def parameters; end