Class: Html2rss::FeedResolution::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/html2rss/feed_resolution.rb

Overview

Tournament outcome for one entry-resolution attempt.

Instance Attribute Summary collapse

Instance Attribute Details

#appliedObject (readonly)

Returns the value of attribute applied

Returns:

  • (Object)

    the current value of applied



17
18
19
# File 'lib/html2rss/feed_resolution.rb', line 17

def applied
  @applied
end

#entry_urlObject (readonly)

Returns the value of attribute entry_url

Returns:

  • (Object)

    the current value of entry_url



17
18
19
# File 'lib/html2rss/feed_resolution.rb', line 17

def entry_url
  @entry_url
end

#probe_countObject (readonly)

Returns the value of attribute probe_count

Returns:

  • (Object)

    the current value of probe_count



17
18
19
# File 'lib/html2rss/feed_resolution.rb', line 17

def probe_count
  @probe_count
end

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



17
18
19
# File 'lib/html2rss/feed_resolution.rb', line 17

def reason
  @reason
end

#scrape_urlObject (readonly)

Returns the value of attribute scrape_url

Returns:

  • (Object)

    the current value of scrape_url



17
18
19
# File 'lib/html2rss/feed_resolution.rb', line 17

def scrape_url
  @scrape_url
end

#winner_scoreObject (readonly)

Returns the value of attribute winner_score

Returns:

  • (Object)

    the current value of winner_score



17
18
19
# File 'lib/html2rss/feed_resolution.rb', line 17

def winner_score
  @winner_score
end