Class: Html2rss::AutoSource::Cleanup::AuditResult

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#metricsObject (readonly)

Returns the value of attribute metrics

Returns:

  • (Object)

    the current value of metrics



64
65
66
# File 'lib/html2rss/auto_source/cleanup.rb', line 64

def metrics
  @metrics
end

#violationsObject (readonly)

Returns the value of attribute violations

Returns:

  • (Object)

    the current value of violations



64
65
66
# File 'lib/html2rss/auto_source/cleanup.rb', line 64

def violations
  @violations
end

#warningsObject (readonly)

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



64
65
66
# File 'lib/html2rss/auto_source/cleanup.rb', line 64

def warnings
  @warnings
end