Class: Html2rss::AutoSource::Cleanup::AuditResult
- Inherits:
-
Data
- Object
- Data
- Html2rss::AutoSource::Cleanup::AuditResult
- Defined in:
- lib/html2rss/auto_source/cleanup.rb
Overview
Read-only ship-quality audit on RSS/article-like items (no mutation).
Instance Attribute Summary collapse
-
#metrics ⇒ Object
readonly
Returns the value of attribute metrics.
-
#violations ⇒ Object
readonly
Returns the value of attribute violations.
-
#warnings ⇒ Object
readonly
Returns the value of attribute warnings.
Instance Attribute Details
#metrics ⇒ Object (readonly)
Returns the value of attribute metrics
64 65 66 |
# File 'lib/html2rss/auto_source/cleanup.rb', line 64 def metrics @metrics end |
#violations ⇒ Object (readonly)
Returns the value of attribute violations
64 65 66 |
# File 'lib/html2rss/auto_source/cleanup.rb', line 64 def violations @violations end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
64 65 66 |
# File 'lib/html2rss/auto_source/cleanup.rb', line 64 def warnings @warnings end |