Class: Html2rss::FeedResolution::ApplyOutcome
- Inherits:
-
Data
- Object
- Data
- Html2rss::FeedResolution::ApplyOutcome
- Defined in:
- lib/html2rss/feed_resolution.rb
Overview
Outcome of try_apply! for the auto-fallback chain.
Instance Attribute Summary collapse
-
#scrape_target ⇒ Object
readonly
Returns the value of attribute scrape_target.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#scrape_target ⇒ Object (readonly)
Returns the value of attribute scrape_target
46 47 48 |
# File 'lib/html2rss/feed_resolution.rb', line 46 def scrape_target @scrape_target end |
#status ⇒ Object (readonly)
Returns the value of attribute status
46 47 48 |
# File 'lib/html2rss/feed_resolution.rb', line 46 def status @status end |