Class: MilkTea::ModuleLoader::Program
- Inherits:
-
Data
- Object
- Data
- MilkTea::ModuleLoader::Program
- Defined in:
- lib/milk_tea/core/module_loader.rb
Instance Attribute Summary collapse
-
#analyses_by_module_name ⇒ Object
readonly
Returns the value of attribute analyses_by_module_name.
-
#analyses_by_path ⇒ Object
readonly
Returns the value of attribute analyses_by_path.
-
#root_analysis ⇒ Object
readonly
Returns the value of attribute root_analysis.
-
#root_path ⇒ Object
readonly
Returns the value of attribute root_path.
Instance Attribute Details
#analyses_by_module_name ⇒ Object (readonly)
Returns the value of attribute analyses_by_module_name
11 12 13 |
# File 'lib/milk_tea/core/module_loader.rb', line 11 def analyses_by_module_name @analyses_by_module_name end |
#analyses_by_path ⇒ Object (readonly)
Returns the value of attribute analyses_by_path
11 12 13 |
# File 'lib/milk_tea/core/module_loader.rb', line 11 def analyses_by_path @analyses_by_path end |
#root_analysis ⇒ Object (readonly)
Returns the value of attribute root_analysis
11 12 13 |
# File 'lib/milk_tea/core/module_loader.rb', line 11 def root_analysis @root_analysis end |
#root_path ⇒ Object (readonly)
Returns the value of attribute root_path
11 12 13 |
# File 'lib/milk_tea/core/module_loader.rb', line 11 def root_path @root_path end |