Class: Html2rss::FeedPipeline::PipelineOutcome
- Inherits:
-
Data
- Object
- Data
- Html2rss::FeedPipeline::PipelineOutcome
- Defined in:
- lib/html2rss/feed_pipeline.rb
Overview
Scrape-finished facts after request + extraction + dedup (before Channel/Status materialize). selected_strategy: set on :auto success; nil otherwise. attempt_count: auto attempts attempted; 0 outside :auto. strategy_attempts: auto attempt hashes (with optional transport_meta); empty outside :auto.
Instance Attribute Summary collapse
-
#articles ⇒ Object
readonly
Returns the value of attribute articles.
-
#attempt_count ⇒ Object
readonly
Returns the value of attribute attempt_count.
-
#dedup_dropped ⇒ Object
readonly
Returns the value of attribute dedup_dropped.
-
#response ⇒ Object
readonly
Returns the value of attribute response.
-
#selected_strategy ⇒ Object
readonly
Returns the value of attribute selected_strategy.
-
#strategy_attempts ⇒ Object
readonly
Returns the value of attribute strategy_attempts.
Instance Attribute Details
#articles ⇒ Object (readonly)
Returns the value of attribute articles
11 12 13 |
# File 'lib/html2rss/feed_pipeline.rb', line 11 def articles @articles end |
#attempt_count ⇒ Object (readonly)
Returns the value of attribute attempt_count
11 12 13 |
# File 'lib/html2rss/feed_pipeline.rb', line 11 def attempt_count @attempt_count end |
#dedup_dropped ⇒ Object (readonly)
Returns the value of attribute dedup_dropped
11 12 13 |
# File 'lib/html2rss/feed_pipeline.rb', line 11 def dedup_dropped @dedup_dropped end |
#response ⇒ Object (readonly)
Returns the value of attribute response
11 12 13 |
# File 'lib/html2rss/feed_pipeline.rb', line 11 def response @response end |
#selected_strategy ⇒ Object (readonly)
Returns the value of attribute selected_strategy
11 12 13 |
# File 'lib/html2rss/feed_pipeline.rb', line 11 def selected_strategy @selected_strategy end |
#strategy_attempts ⇒ Object (readonly)
Returns the value of attribute strategy_attempts
11 12 13 |
# File 'lib/html2rss/feed_pipeline.rb', line 11 def strategy_attempts @strategy_attempts end |