Class: RubyIndexer::Entry::Parameter
- Inherits:
-
Object
- Object
- RubyIndexer::Entry::Parameter
- Extended by:
- T::Helpers, T::Sig
- Defined in:
- lib/ruby_indexer/lib/ruby_indexer/entry.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name:) ⇒ Parameter
constructor
A new instance of Parameter.
Constructor Details
#initialize(name:) ⇒ Parameter
88 89 90 |
# File 'lib/ruby_indexer/lib/ruby_indexer/entry.rb', line 88 def initialize(name:) @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
85 86 87 |
# File 'lib/ruby_indexer/lib/ruby_indexer/entry.rb', line 85 def name @name end |