Class: RubyIndexer::Entry::Member
- Inherits:
-
RubyIndexer::Entry
- Object
- RubyIndexer::Entry
- RubyIndexer::Entry::Member
- Extended by:
- T::Helpers, T::Sig
- Defined in:
- lib/ruby_indexer/lib/ruby_indexer/entry.rb
Instance Attribute Summary collapse
-
#owner ⇒ Object
readonly
Returns the value of attribute owner.
Attributes inherited from RubyIndexer::Entry
#comments, #file_path, #location, #name, #visibility
Instance Method Summary collapse
-
#initialize(name, file_path, location, comments, owner) ⇒ Member
constructor
A new instance of Member.
- #parameters ⇒ Object
Methods inherited from RubyIndexer::Entry
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
#owner ⇒ Object (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
#parameters ⇒ Object
175 |
# File 'lib/ruby_indexer/lib/ruby_indexer/entry.rb', line 175 def parameters; end |