Class: RubyIndexer::Entry::ModuleOperation

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

Direct Known Subclasses

Include, Prepend

Instance Attribute Summary collapse

Instance Method Summary collapse

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_nameObject (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