Class: Html2rss::AutoSource::Cleanup::Result
- Inherits:
-
Data
- Object
- Data
- Html2rss::AutoSource::Cleanup::Result
- Defined in:
- lib/html2rss/auto_source/cleanup.rb
Overview
Admitted articles plus reason → count tallies for drops.
Instance Attribute Summary collapse
-
#articles ⇒ Object
readonly
Returns the value of attribute articles.
-
#drop_tallies ⇒ Object
readonly
Returns the value of attribute drop_tallies.
Instance Attribute Details
#articles ⇒ Object (readonly)
Returns the value of attribute articles
55 56 57 |
# File 'lib/html2rss/auto_source/cleanup.rb', line 55 def articles @articles end |
#drop_tallies ⇒ Object (readonly)
Returns the value of attribute drop_tallies
55 56 57 |
# File 'lib/html2rss/auto_source/cleanup.rb', line 55 def drop_tallies @drop_tallies end |