Class: Html2rss::FeedResolution::Result
- Inherits:
-
Data
- Object
- Data
- Html2rss::FeedResolution::Result
- Defined in:
- lib/html2rss/feed_resolution.rb
Overview
Tournament outcome for one entry-resolution attempt.
Instance Attribute Summary collapse
-
#applied ⇒ Object
readonly
Returns the value of attribute applied.
-
#entry_url ⇒ Object
readonly
Returns the value of attribute entry_url.
-
#probe_count ⇒ Object
readonly
Returns the value of attribute probe_count.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#scrape_url ⇒ Object
readonly
Returns the value of attribute scrape_url.
-
#winner_score ⇒ Object
readonly
Returns the value of attribute winner_score.
Instance Attribute Details
#applied ⇒ Object (readonly)
Returns the value of attribute applied
17 18 19 |
# File 'lib/html2rss/feed_resolution.rb', line 17 def applied @applied end |
#entry_url ⇒ Object (readonly)
Returns the value of attribute entry_url
17 18 19 |
# File 'lib/html2rss/feed_resolution.rb', line 17 def entry_url @entry_url end |
#probe_count ⇒ Object (readonly)
Returns the value of attribute probe_count
17 18 19 |
# File 'lib/html2rss/feed_resolution.rb', line 17 def probe_count @probe_count end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
17 18 19 |
# File 'lib/html2rss/feed_resolution.rb', line 17 def reason @reason end |
#scrape_url ⇒ Object (readonly)
Returns the value of attribute scrape_url
17 18 19 |
# File 'lib/html2rss/feed_resolution.rb', line 17 def scrape_url @scrape_url end |
#winner_score ⇒ Object (readonly)
Returns the value of attribute winner_score
17 18 19 |
# File 'lib/html2rss/feed_resolution.rb', line 17 def winner_score @winner_score end |