Method: Pod::Source::HealthReporter::HealthReport#analyzed_paths

Defined in:
lib/cocoapods-core/source/health_reporter.rb

#analyzed_pathsArray<Pathname>

Returns The list of the analyzed paths.

Returns:

  • (Array<Pathname>)

    The list of the analyzed paths.



152
153
154
# File 'lib/cocoapods-core/source/health_reporter.rb', line 152

def analyzed_paths
  @analyzed_paths
end