Module: Pod::Specification::Linter::ResultHelpers

Included in:
Pod::Specification::Linter, Analyzer
Defined in:
lib/cocoapods-core/specification/linter/result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#resultsArray<Result> (readonly)

Returns all of the generated results.

Returns:

  • (Array<Result>)

    all of the generated results.



46
47
48
# File 'lib/cocoapods-core/specification/linter/result.rb', line 46

def results
  @results
end