Class: RubyIndexer::Entry::ModuleOperation Abstract
- Inherits:
-
Object
- Object
- RubyIndexer::Entry::ModuleOperation
- Defined in:
- lib/ruby_indexer/lib/ruby_indexer/entry.rb
Overview
This class is abstract.
Instance Attribute Summary collapse
-
#module_name ⇒ Object
readonly
: String.
Instance Method Summary collapse
-
#initialize(module_name) ⇒ ModuleOperation
constructor
: (String module_name) -> void.
Constructor Details
#initialize(module_name) ⇒ ModuleOperation
: (String module_name) -> void
107 108 109 |
# File 'lib/ruby_indexer/lib/ruby_indexer/entry.rb', line 107 def initialize(module_name) @module_name = module_name end |
Instance Attribute Details
#module_name ⇒ Object (readonly)
: String
104 105 106 |
# File 'lib/ruby_indexer/lib/ruby_indexer/entry.rb', line 104 def module_name @module_name end |