Class: Html2rss::FeedResolution::Probe::Scored

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#articles_countInteger (readonly)

Returns the value of attribute articles_count

Returns:

  • (Integer)

    the current value of articles_count



12
13
14
# File 'lib/html2rss/feed_resolution/probe.rb', line 12

def articles_count
  @articles_count
end

#scoreNumeric (readonly)

Returns the value of attribute score

Returns:

  • (Numeric)

    the current value of score



12
13
14
# File 'lib/html2rss/feed_resolution/probe.rb', line 12

def score
  @score
end

#urlHtml2rss::Url (readonly)

Returns the value of attribute url

Returns:



12
13
14
# File 'lib/html2rss/feed_resolution/probe.rb', line 12

def url
  @url
end