Module: Pod::Specification::Linter::ResultHelpers
- Included in:
- Pod::Specification::Linter, Analyzer
- Defined in:
- lib/cocoapods-core/specification/linter/result.rb
Instance Attribute Summary collapse
-
#results ⇒ Array<Result>
readonly
All of the generated results.
Instance Attribute Details
#results ⇒ Array<Result> (readonly)
Returns all of the generated results.
46 47 48 |
# File 'lib/cocoapods-core/specification/linter/result.rb', line 46 def results @results end |