Class: MilkTea::ModuleLoader::Program

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/core/module_loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#analyses_by_module_nameObject (readonly)

Returns the value of attribute analyses_by_module_name

Returns:

  • (Object)

    the current value of 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_pathObject (readonly)

Returns the value of attribute analyses_by_path

Returns:

  • (Object)

    the current value of 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_analysisObject (readonly)

Returns the value of attribute root_analysis

Returns:

  • (Object)

    the current value of root_analysis



11
12
13
# File 'lib/milk_tea/core/module_loader.rb', line 11

def root_analysis
  @root_analysis
end

#root_pathObject (readonly)

Returns the value of attribute root_path

Returns:

  • (Object)

    the current value of root_path



11
12
13
# File 'lib/milk_tea/core/module_loader.rb', line 11

def root_path
  @root_path
end