Class: RubyIndexer::Entry::ModuleOperation
- Inherits:
-
Object
- Object
- RubyIndexer::Entry::ModuleOperation
- Extended by:
- T::Helpers, T::Sig
- Defined in:
- lib/ruby_indexer/lib/ruby_indexer/entry.rb
Instance Attribute Summary collapse
-
#module_name ⇒ Object
readonly
Returns the value of attribute module_name.
Instance Method Summary collapse
-
#initialize(module_name) ⇒ ModuleOperation
constructor
A new instance of ModuleOperation.
Constructor Details
#initialize(module_name) ⇒ ModuleOperation
Returns a new instance of ModuleOperation.
92 93 94 |
# File 'lib/ruby_indexer/lib/ruby_indexer/entry.rb', line 92 def initialize(module_name) @module_name = module_name end |
Instance Attribute Details
#module_name ⇒ Object (readonly)
Returns the value of attribute module_name.
89 90 91 |
# File 'lib/ruby_indexer/lib/ruby_indexer/entry.rb', line 89 def module_name @module_name end |