Class: RepoAnalyzer::PowerTypesExtractor

Inherits:
ProjectInfoExtractor show all
Defined in:
app/extractors/repo_analyzer/power_types_extractor.rb

Constant Summary collapse

POWERTYPES =
i{
  commands
  services
  observers
  values
  utils
  clients
}

Method Summary

Methods inherited from ProjectInfoExtractor

#extract, #initialize

Constructor Details

This class inherits a constructor from RepoAnalyzer::ProjectInfoExtractor